Write a COMPLETE C++ program that will do the following: 1. Open the file and read in the data. 2. Call a value returning function that returns a true if the animal is a dog or false if the animal is anything else. 3. Compute the total number of dogs at the shelter. 4. Compute the amount of dog food needed. 5. Print the output so that it is organized as below. Of course there may be a different number of lines, since this is shown only for the data above, and we don't know how many lines are in the data file. All printing is done in the main function.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
C++ prototype in the beginning
At any given time, there can be a different set of animals in the shelter. Therefore, you do
NOT know the size of the file.
Write a COMPLETE C++ program that will do the following:
1. Open the file and read in the data.
2. Call a value returning function that returns a true if the animal is a dog or false if
the animal is anything else.
3. Compute the total number of dogs at the shelter.
4. Compute the amount of dog food needed.
5. Print the output so that it is organized as below. Of course there may be a different
number of lines, since this is shown only for the data above, and we don't know how
many lines are in the data file. All printing is done in the main function.
Туре
Weight
NAME
d.
22.5
Fido
b
0.5
Rover
20.0
Purrfect
15.0
C
Cuddles
d
65.0
Barkly
There are 2 dogs in the shelter.
The amount of dog food needed is: 4.375 bags.
Transcribed Image Text:At any given time, there can be a different set of animals in the shelter. Therefore, you do NOT know the size of the file. Write a COMPLETE C++ program that will do the following: 1. Open the file and read in the data. 2. Call a value returning function that returns a true if the animal is a dog or false if the animal is anything else. 3. Compute the total number of dogs at the shelter. 4. Compute the amount of dog food needed. 5. Print the output so that it is organized as below. Of course there may be a different number of lines, since this is shown only for the data above, and we don't know how many lines are in the data file. All printing is done in the main function. Туре Weight NAME d. 22.5 Fido b 0.5 Rover 20.0 Purrfect 15.0 C Cuddles d 65.0 Barkly There are 2 dogs in the shelter. The amount of dog food needed is: 4.375 bags.
Juring the pandemic, animal rescue shelters have seen an increased interest in animal
adoptions, particularly dog adoptions. Pandemic Pets Rescue shelters birds, cats, and dogs
for adoption. Because dogs are so popular, they need you to create a C++ program that will
help them keep track of the number dogs, they have in the shelter. Also, since this number
is constantly changing (dogs get adopted and more dogs are sheltered) they need to be able
to have 2 weeks worth of dog food at the shelter at all times. The amount of food a dog eats
depends on their weight. An estimate of the number of bags of dog food needed for two
weeks is the average weight of all dogs divided by 10.
number_of_dogfoodbags = avg_dog_weight/ 10;
Assume that there is a file on disk named PPets.txt that contains information about the
pets available for adoption. Each line contains the pet's name, a character that indicates
whether the animal is a dog, 'd', a bird, 'b', or a cat, 'c', and the animal's weight in pounds
(note: animal weights can be a decimal value) . A sample file is below:
Fido d 22.25
Rover b .5
Purrfect c 20
Cuddles c 15
Barkly d 65
At any given time, there can be a different set of animals in the shelter. Therefore, you do
NOT know the size of the file.
Transcribed Image Text:Juring the pandemic, animal rescue shelters have seen an increased interest in animal adoptions, particularly dog adoptions. Pandemic Pets Rescue shelters birds, cats, and dogs for adoption. Because dogs are so popular, they need you to create a C++ program that will help them keep track of the number dogs, they have in the shelter. Also, since this number is constantly changing (dogs get adopted and more dogs are sheltered) they need to be able to have 2 weeks worth of dog food at the shelter at all times. The amount of food a dog eats depends on their weight. An estimate of the number of bags of dog food needed for two weeks is the average weight of all dogs divided by 10. number_of_dogfoodbags = avg_dog_weight/ 10; Assume that there is a file on disk named PPets.txt that contains information about the pets available for adoption. Each line contains the pet's name, a character that indicates whether the animal is a dog, 'd', a bird, 'b', or a cat, 'c', and the animal's weight in pounds (note: animal weights can be a decimal value) . A sample file is below: Fido d 22.25 Rover b .5 Purrfect c 20 Cuddles c 15 Barkly d 65 At any given time, there can be a different set of animals in the shelter. Therefore, you do NOT know the size of the file.
Expert Solution
steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY