C++ Program to print a pattern of right angle triangle using Constructor Destructor

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 and destructor.

pattern of right angle triangle C++

C++ Program to print a pattern of the right-angle triangle using Constructor

Output

pattern of right angle triangle C++

C++ Program to print a pattern of the right-angle triangle using Destructor