Assume that inside main method below you make decision to develop a Scanner object, and then read in int and then double on one line, where two values are separated by space.
Complete main method below for doing this chore. Notice that we have created Scanner object for you - make sure to use this object. You must store integer in int variable called n, and double value in double variable called r. At last, in last statement in main, you must print sum of these two values.