A program that asks the user to enter a height and then writes a reversed triangle, can be written _____.
Using a single loop
Implementing a switch-case structure
Employing an if-else statement
Using a nested loop