Question: Write a program in C++ to reproduce the drawing below called using two user-defined functions (UDF) called tree and eat. The programmer needs to enter

Write a program in C++ to reproduce the drawing below called using two user-defined functions (UDF) called tree and eat. The programmer needs to enter a positive integer for massive reproduction of the pictures above by typing the number from the user. Expend your program to allow the user to reproduce the picture based on the following conditions: a. If the user canters an even integer n, the picture called CatOnTree is reproduced n times. b. If the user enters an odd integer p, the picture called treeOnCat is reproduced p times. c. For any other type of number entered by the user, none of the figures above is duplicated. Therefore, the output is: "No duplication is possible". d. Please email correctly your program to mkoffi@hostos, cuny, edu
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
