Hi,
I am trying to write the syntax using a FOR loop to sum numbers base on user input from a console apps. The user enters the total amount numbers to add 2 for eg then the actual numbers to add 4 and then 4 for eg.
so the using will enter the amount of numbers to add wNumber
then the first number to add yNumber
then the next mumber zNumber
ynumber+xNumber
display the result=
any suggestions on how i can approach this please?