create a program in JAVA to determine whether the inputtednumber is an integer or a real number (double).
the output (sample) = if the user inputs 3.0, it will be adouble; if the user inputs 3, it will be an integer.
Expert Answer
An answer will be send to you shortly. . . . .