Question: Write the complete function definition for half pyramid. In the function body, do NOT use a counter to tally the number of characters printed. Instead,

Write the complete function definition for half pyramid. In the function body, do NOT use a counter to tally the number of characters printed. Instead, use this formula to sum the first n positive integers: n (n+1)/2. In your fprintf statement, use %c (the format specified for one character)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
