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?