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