write statement for each of the following: a. print 1234 right justified in a 10-digit field. b. print 123.456789 in exponential notation with a sign ( or -) and 3 digits of precision. c. read a double value into a variable number. d. print 100 in octal form preceded by 0. e. read a string into a character array string. f. read characters into array n until a non digit character is encountered. g. use integer variables x and y to specify the field width and precision used to display the double value 87.4573. 2 cmpe 30 h. read a value of the form 3.5%. store the percentage in float variable percent and eliminate the % from the input stream. do not use the assignment suppression character. i. print 3.333333 as a long double value with a sign ( or -) in a field of 20 characters with a precision of 3.