Write a program using two for loops that will calculate the sum of all even numbers between 2 and 100,
inclusive, and then the sum of all squares between 1 and 100, inclusive.
Example run:
The sum of all even numbers between 2 and 100, inclusive, is 2550.
The sum of all squares between 1 and 100, inclusive, is 338350.