Write a recursive function that takes place as a parameter a

 

Problem Description

 

Name the program hw06

 

In this programming assignment you are to create a class

 

Pattern

 

that can be used to draw a pattern of any type, i.e. it will be a template.

 

 

 

Implementation requirements

 

(1)

 

Refer to problem below for the specifics of the recursive method in our case

 

 

 

“Write a recursive function that takes place as a parameter a nonnegative integer and generates the following pattern of stars. If the nonnegative integer is 4, then the pattern generated is:

 

****
***
**
*
*
**
***
****

 

Also write a program that prompts the user to enter the number of lines in the pattern and uses the recursive function to generate the pattern. For example, specifying 4 as the number of lines generates the above pattern. “

 

 

 

our case.

 

(2)

 

Create the Pattern class as a template that is able to draw the pattern in any type (int,

 

char…). Add a single field for the symbol to draw.

 

(3)

 

Make sure you include the .cpp at the end of the header file.

 

(4)

 

The recursive method should be named draw() and it should accept a single integer value

 

representing the number of characters at its center, or what the book refers to as the

 

number of lines. Same thing.

 

(5)

 

Design the class with encapsulation in mind and add the methods needed and required.

 

(6)

 

Test the class in the driver using the sample output given below as a guideline.

 

 

 

Calculate your order
Pages (275 words)
Standard price: $0.00
Client Reviews
4.9
Sitejabber
4.6
Trustpilot
4.8
Our Guarantees
100% Confidentiality
Information about customers is confidential and never disclosed to third parties.
Original Writing
We complete all papers from scratch. You can get a plagiarism report.
Timely Delivery
No missed deadlines – 97% of assignments are completed in time.
Money Back
If you're confident that a writer didn't follow your order details, ask for a refund.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Power up Your Academic Success with the
Team of Professionals. We’ve Got Your Back.
Power up Your Study Success with Experts We’ve Got Your Back.