Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

ComputeDaycareFee() { if weight lt; 15 then weekly_daycare_fee = 55 else if weight gt;= 15 and weight lt;= 30 then weekly_daycare_fee = 75 else if...

                                                                                                                    PROBLEMThe Barking Lot is a dog day care center. Design a pseudocode (upload the source code file(s) (i.e., file with ".cpp" extension)) and a flowchart (word doc) for the following:Construct a program that accepts data for an ID number if a dog's owner, and the name, breed, age and weight of the dog. Display a bill containing all input data as well as the weekly day care fee, which is $55 for dogs under 15 pounds, $75 for dogs from 15 to 30 pounds inclusive, $105 for dogs from 31 to 80 pounds inclusive, and $ 125 for dogs over 80 pounds.Files attached & PS ensure C++ program code is able to compile and run in (Dev-C++ 4.9.9.2) database with no errorsPS ensure C++ program code is able to compile and run in (Dev-C++ 4.9.9.2) database with no errors

  • Attachment 1
  • Attachment 2
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question