The main method reads 3 integers from the keyboard: start, end, and multiple.
Update the program so that the screen displays the sum of multiples of multiple variable in the range from start (inclusive) to end (not inclusive).
Use a for loop to do this.
Hint: To move to the next iteration of the loo
Sum of even numbers
- 4
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet