(Program) a. How many cout statements would you use to display the following output?
b. What's the minimum number of cout statements that could be used to print the output in Exercise 7a?
c. Write a complete C++ program to produce the output shown in Exercise 7a.
d. Run the program you have written for Exercise 7c.