Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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