Question: Write in c++ Write a program to print a right triangle. The user will type in the height of the triangle and the character to
Write in c++
Write a program to print a right triangle. The user will type in the height of the triangle and the character to use to print the triangle. (See output below) The program should use 2 nested for loops. It is similar to Challenge Activity 4.8.1. Sample Output #1 Enter a character: % Enter triangle height: 5 % Sample Output #1 Enter a character: ? Enter triangle height: 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
