I need help creating a program to compare the value in input[0] with the value in input[1]. For example, if input[0] is less than input[1] print ‘input[0] is less than input[1]’; otherwise, print ‘input[0] is not less than input[1