In this problem we will learn how to read inputs.
You are given five inputs: a(integer), b(float ), c(long), d(byte), and s(string) respectively.
You need to use the scanner class object and then take all the input and print each in a new line.
Note: Consider using sc.nextLine( ) after byte input to handle any issues with input reading.
Read: Java I/O