read in an input value for variable numin. then, read numin floating-point values from input and output the lowest of the floating-point values read to one decimal place. end with a newline. note: all floating-point values are of type double. ex: if the input is 3 68.0 21.8 -64.9, then the output is: -64.9