Question: Write a program that will sum the numbers 1 through 75 (inclusive). The program should print this sum. Here is an example: $./a.out The sum
Write a program that will sum the numbers 1 through 75 (inclusive). The program should print this sum.
Here is an example:
$./a.out
The sum of the numbers from 1-75 is 2850 You will need to use a loop of some type, and have variables for the sum, and the loop count. Be sure you calculate your sum, DONT just print the answer out.
I am using Linux with .c files, I am new to programming and taking an online class, the instructor's video recording of this assignment was muted and had the wrong screen recording too, so any help and guidance would be appreciated.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
