Design a C++ program by considering the following conditions;
1. User must keyed-in “start” to start the program and “stop” to
end the program.
.
2. If the user keyed-in “choice1”, print out PATTERN A.
3. If the user keyed-in “choice2”, print out PATTERN B.
Use if else statement, while loop and nested for loop in your program.
PATTERN A PATTERN B
X X X X X
X
X
X
X X X X X
X X X X X
X
X
X
X X X X X
i really need help for this..