Question: IN C PROGRAMMING This program will output a right triangle based on user specified height triangleHeight and symbol triangleChar. (1) The given program outputs a
IN C PROGRAMMING


This program will output a right triangle based on user specified height triangleHeight and symbol triangleChar. (1) The given program outputs a fixed-height triangle using a * character. Modify the given program to output a right triangle that instead uses the user-specified trianglechar character. ( 1pt ) (2) Modify the program to use a nested loop to output a right triangle of height triangleHeight. The first line will have one user-specified character, such as \% or *. Each subsequent line will have one additional user-specified character until the number in the triangle's base reaches triangleHeight. Output a space after each user-specified character, including after the line's last user-specified character. (2 pts) Example output for triangleChar =% and triangleHeight =5 : Enter a character: Enter triangle height: 5 \begin{tabular}{l|l} LAB & A.23.1: LAB: Warm up: Drawing a right triangle \end{tabular} 0/3 main.c Load default template... Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the second box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
