Write a simple c++ program on how to make a triangle


USING A WHILE LOOP, get integers from the user. Then, USING NESTED FOR LOOPS, create a triangle of that number using asterisks. When the user enters a zero, end the program. Run the program to see the expected output. 
Write a simple C++ program on how to make a triangle using asterisks. Then try and figure out how to do the program above myself. Can you assist me in this endeavor?

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a simple c++ program on how to make a triangle
Reference No:- TGS0109836

Expected delivery within 24 Hours