Write a program repeatedly asking the user to enter an integer for ten times. then, summing up these 10 numbers and displaying the result on the screen. you need to use for loop to do the summation.



Answer :

Other Questions