Question: Create a new program called Program 3 A 2 that will ask the user to enter an integer The program should use a for loop
Create a new program called ProgramA that will ask the user to enter an integer
The program should use a for loop to:
Add all the numbers between and the input number.
Count all the numbers between and the input number.
After the loop has completed, calculate the average of all the numbers between and the input number using the count and the total you just computed
Print the total and average with labels.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
