C++ Program to print a pattern of right angle triangle using constructor overloading

Write a program in C++ to print a pattern of right angle triangle with a number that will repeat a number in the row by using the constructor overloading.

pattern of right angle triangle C++

Output

pattern of right angle triangle C++