โ Back to Loops
Question 331
Sum of Numbers from A to B
Sum of Numbers from A to B
Read two integersaandbfrom input (witha <= b). Use a loop to add every integer fromatobinclusive, and print the total followed by a newline. For input1 5the exact output is: 15
Expected Output:
15
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.