Question: In C++ Write a program that finds the average time spent programming by a student each day over a 3 day period. Hints and what
Write a program that finds the average time spent programming by a student each day over a 3 day period. Hints and what program should include: Must use Nested for Loops. Prompt the user for the number of students. Prompt the user for the time spent programming by each student for each of the 3 days, this should be iin hours Print to the screen the average number of hours per day spent programming by each student. Label the output to include the student number. Output Run: 4 Students. Student 1 (5, 5, 5); Student 2 (8 2 1 Student 3 (4 25 15 Student 4(3 7 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
