Question: language: C++ NO if or for statements NO loops write code as basic as pissible PROJECT DESCRIPTION: Our beloved Leo and Una have loved eating

language: C++
NO if or for statements
NO loops
write code as basic as pissible
language: C++NO if or for statements NO loops write code as basic

PROJECT DESCRIPTION: Our beloved Leo and Una have loved eating their meat and bones. For this project, you will input a 6- digit integer that represents how much meat and how many bones Leo and UNA might have eaten in a given day. The 6-digit integer will be in the following format: ABBCDD, where A is the pound count for the meat eaten by Leo (assume the range (1..9)) BB is the number of bones Leo ate in the given day (assume the range is (00.99]) Cis the pound count for the meat eaten by UNA (assume the range is (1.9)) DD is the number of bones Una ate in the given day (assume the range is (00.99]) You may assume the program will be tested with all valid 6-digit integers. Sample Input/Output: If the input is: 611408 Then, Leo would have eaten 6 pounds of meat and 11 bones. Una would have eaten 4 pounds of meat and 8 bones. Design your input and output prompts to be easy to read to the user of your program

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 Databases Questions!