1. Write a program that reads five numbers from the console and prints the greatest of them.
2. Write a program that reads an integer number n from the console. After that reads n numbers from the console and prints their sum.
3. Write a program that reads an integer number n from the console and prints all numbers in the range [1...n], each on a separate line.