I want to take input as
9.30 9.45 14 16
11 14 15 16 // in two separate lines
The size of the array is not given. I want to take these input from keyboard and put into two separate arrays and then perform some operations.
Note: Input is of two lines only and if we press enter after first line, then it should go to next line and then terminate.