Imagine that your friend asked you to write a program that finds the minimum and the maximum.
Write a program that receives two integers as its input, each number goes on a new line. The output should show:
- The biggest number in the first line
- The smallest number in the second line.
Note that your friend might insert identical numbers! In this case, just output both given numbers on separate lines.