Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help: Write a program that takes a number from the user and gives the sum of all numbers between 1 and the number entered.
Please help:
Write a program that takes a number from the user and gives the sum of all numbers between 1 and the number entered. For example, if the user enters 12 you give the sum of all numbers between 1 and 12(which is 78). You must calculate the sum in a loop ( don't use any formulas or functions).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started