Write a program in cpp that makes the flower


Problem

Write a program in C++, that makes the flower below: The flower should be big based on User Input such as show below the user input need to be sections.

The program needs an implementation of Option 2, to print out the flower pattern. After Option 2 is selected, you need to a

• Prompt the user to enter the number of Sections
• Read in the integer from the user
• Display the ASCII flower based on the input from the user.

Figure 1: We are making ASCII art of Gladiolus flowers!

For example, if the user gives 3 then you need to display a flower with 3 heads (each head getting progressively larger. The stem should be two vertical lines, for every head, with alternating offshoots.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program in cpp that makes the flower
Reference No:- TGS03297743

Expected delivery within 24 Hours