Monkey business, a local zoo

Assignment Help C/C++ Programming
Reference no: EM13165301

Monkey Business, 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 7 array, where each row represents a different monkey and each column represents a different day of the week. The monkeys are represented by integers 1, 2, and 3; the weekdays are "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday". The program should first prompt the user to input the data for each monkey, starying with "Sunday" for monkey #1, then monkeys #2 and #3 followed by "Monday" for monkey #1, then monkeys #2 and #3 and so on, through "Saturday". The program then creates a report that includes the following information, each properly labeled (see below):

  • Average amount of food eaten per day by the whole family of monkeys
  • the least amount ot food eaten during the week by any one monkey
  • the greatest amount of food eaten during the week by any one monkey

Input validation:

Do not accept negative numbers for pounds of food eaten. When a negative value is entered, the program outputs "invalid (negative) food quantity-reenter" and attempts to reread the value.

Prompts and Ouput Labels:

  • Decimal values should be displayed using default precision (do not specify)
  • Each item read should be prompted for by a string of the form "Enter the food eaten by monkey #N on DAY: " where N is 1,2, or 3 and DAY is "Sunday" through "Saturday".
  • The output should be of the form:

Average food consumed daily: 6.23.

The least daily food consumed was by monkey #1 on Friday.

The most daily food consumed was by monkey #2 on Sunday.

Reference no: EM13165301

Questions Cloud

Convincing yet respectful : You hear a stranger on a bus making racist comments. Should you say something? Why? How would you respond in a way that is convincing yet respectful?
Consider an rgb raster system and color lookup table : Consider an RGB raster system that has a 1024 by 800 frame buffer with 16 bits per pixel and a color lookup table with 24 bits per pixel.
Discuss the major sources of crime statistics : Discuss the major sources of crime statistics in the United States. What are  the potential sources of error in these reports?
Internet file-sharing programs : Internet file-sharing programs such as Kazaa are popular among college students. These programs work by allowing non-organizational users to access any local network where desired files are located.
Monkey business, a local zoo : Monkey Business, 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 7 array, where each row represents a di..
Create a book class for the library application project : Create a Book class for the Library application project. In addition to properties of author and isbn, with setters/getters, the Book should override Object's base method "boolean equals(Object)" and have a "boolean validate()" method.
Ticketmaster : TICKETMASTER - this class will have: a service charge = $8.00 per ticket, tax = .085 current amount of all tickets sold. Its responsibilities are printing a list of events for sale, looking up an event for a customer, and selling a ticket to the e..
Binary scientific notation : For IEEE 754 single precision floating point, what is the number, as written in binary scientific notation, whose hexadecimal representation is: 0061 0000
America and the great war : The assassination of Archduke Franz Ferdinand was the immediate cause of World War I. But the events that led to the Great War go further back into the nineteenth century. As with the Boxer Rebellion of 1900, nationalism, imperialism, and militarism ..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Draws a pyramid consisting of bricks

Write a C program that draws a pyramid consisting of bricks arranged in horizontal rows, so that the number of bricks in each row decreases by one as you move up the pyramid.

  Write test program to call function several times for gcd

Greatest common divisor of two integers is largest integer which will evenly divide both integers. Implement this function in assembly language and write test program which calls function several times, passing it different values.

  Create a class named gamer that has a field for name

Create a class named Gamer that has a field for name(string) and a field for points(int).

  Takes a string containing a full name

Write a program that takes a string containing a full name and outputs each part of the name separately with its length. The name should be in the form of first, middle, and last name, separated from each other by a single space. For example, if the ..

  Write a program for find greatest common divisor

Write code for a recursive implementation of Euclid's algorithm

  Create a template class

Create a template class, SVector, that implements a constructor

  Write two short c programs and solve exam-style problem

Write two short C programs and solve four exam-style problems.

  Assign passed value to function to return value

Assign passed value to this member and another function to return value. Your main should read the integer from an input data file, and write the output to the output data file.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design customized mailing lists for marketing department

Marketing department requires to be able to design customized mailing lists, to send different messages to different types of donors. What system will best meet these requirements?

  Write a c++ program containing a linked list of 10 integer

Write a C++ program containing a linked list of 10 integer numbers. Have the program display the numbers in the list.

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd