Description
Write a C++ program to Print a Pyramid Repeat Number Pattern in as shown below:
A
B B
C C C
D D D D
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Pyramid Repeat Alphabet Pattern
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.