Question: Using C + + A local zoo wants to keep track of how many pounds of food each of its three monkeys eats each day

Using C++
A local zoo wants to keep track of how many pounds of food each of its three monkeys eats each day during a typical week. Write a program that stores this information in a two-dimensional 3 x 7 array, where each row represents a different monkey and each column represents a different day of the week. The program should first have the user input the data for each monkey. Then it should create a report that includes the following information:
Average amount of food eaten per day by the whole family of monkeys
The least amount of food eaten during the week by any one monkey
The greatest amount of food eaten during the week by any one monkey
Directions
Plan the solution to the problem above with an IPO chart. Then write the code using visual studio. After you have completed your program, upload the entire zip folder containing your program and planning documents to this assignment.
Grading
A program that is not able to compile automatically is graded a zero as there is a syntax error in the code.
A program that is able to compile but does not produce correct output is deducted 30 points as there is a logic error in the code.
A program without a program heading, comments (your name, program name, and program description) at the top of the code is deducted 20 points.
Mistakes in using good programming style, such as with variable names or user interfaces, are worth 2 points each.
Major errors, such as not producing the correct output, or runtime errors, are deducted 10 points per occurrence.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!