Write a program that reads four integer numbers from one line and prints them each on a new line. Input numbers should be separated by one or more spaces.
Use
nextInt() to read numbers ignoring extra spaces.