☑Kizspy.me
Question 4:
(1 mark, file to be edited: Q4.c)
Users are required to enter an integer number to define "rows" of the half pyramid of alphabets
(rows > 0).
Print a half pyramid of uppercase letters in descending order per row.
Below is an example of how the program will run:
For example, enter 6 for "rows":
Zoom
Question 5:
+100%
7
OUTPUT:
BA
CBA
DCBA
EDC BA
FEDCBA
GFEDCBA
Press any key to continue . . .
Close