1. Write a program that finds the biggest of three integers, using nested if statements.
2. Sort 3 real numbers in descending order. Use nested if statements.
3. Write a program that asks for a digit (0-9), and depending on the input, shows the digit as a word (in English). Use a switch statement.