Question: (Display patterns) Write a C++program that displays a pattern of stars. The program reads an odd number in the range 1 to 19 to specify
(Display patterns) Write a C++program that displays a pattern of stars. The program reads an odd number in the range 1 to 19 to specify the number of rows in the pattern. Your program should then display a pattern of the appropriate size. [You need a nested loop.]
Here is a sample run with 9 as the input:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
