Question: c++ Implement a two-dimensional character array. a) Create a function makeFlag() which uses a nested loop to store the following image. 25 x 11 flag
c++

Implement a two-dimensional character array. a) Create a function makeFlag() which uses a nested loop to store the following image. 25 x 11 flag 10 x 5 stars as * Alternate = and - to represent stripe colors b) Create a function printFlag() which uses a nested loop to print the data stored in the array to the console. Example Output =======
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
