Question: Debug the code in the second image, and follow the instruction in the first image. 1) Output this tree 2 pts) (2) Below the tree

1) Output this tree 2 pts) (2) Below the tree (with two blank lines), outout this cat (3 pts) Hint A backslash in a string acts as an escape character, such as with a newline In. So, to print an actual backslash, escapo that backslash by prepending another backslash Ex The following prints a single backslash cout using namespace std; int main() { // Draw tree cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
