The input consists of four lines, with each line containing a single element. Use these elements to create two arrays: the first two elements for the first array, and the next two elements for the second array. For example, [6, 7] and [9, 0].
Then, compare whether each element of the first array is less than the corresponding element of the second array. Print the resulting Boolean array.