Using C++. Write a program using recursive a function to generate the following pattern of stars:
** ** * ** * * ** * ** **
Also, the program should prompt the user to enter the number of lines inthe pattern and uses the recursive function to generate the pattern. Forexample, specifying 4 as the number of lines generates the preceding pattern.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here