An example problem would be...
"Find the sum of the squares of the integers from 1 to MySquare, where MySquare is input by the user."
So far I have come up with...
Declare sum as Interger
Declare MySquare as Interger
Repeat
Write "Enter an interger"
Input Mysquare
That is only less than half done. I am stuck about what to write after the user inputs MySquare.
Any help on this would be really appreciated. I really need an example of a completed version of this problem but the book offers none.
This is not for school, by the way. I am just trying to learn programming in my own time.