livided by 10. umber_of_dogfoodbags = avg_dog_weight / 10; ssume that there is a file on disk named PPets.txt that contains information about the pets available for adoption. Each line contains he 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: nimal weights can be a decimal value) A sample file is below:
livided by 10. umber_of_dogfoodbags = avg_dog_weight / 10; ssume that there is a file on disk named PPets.txt that contains information about the pets available for adoption. Each line contains he 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: nimal weights can be a decimal value) A sample file is below:
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...
Related questions
Question
Write C++

Transcribed Image Text:During 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
ime, 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
Fido
d
22.5
Rover
b
0.5
Purrfect
C
20.0
Cuddles
15.0
Barkly
65.0
There are 2 dogs in the shelter.
The amount of dog food needed is: 4.375 bags.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 3 images

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY