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