JOptionPane

Allow floating point input values by changing the static method readInt() of the Keyboard class to readDouble() and changing the integer variables to double. Enter some non-integral values as input for the number of lab points earned, and observe the output. Then, use JOptionPane instead of the class Keyboard for input/output ... ................
................