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
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