JOptionPane

Then, use JOptionPane instead of the class Keyboard for input/output. // ***** // LabGrade.java // This program computes a student's lab grade from // the grades on the three components of lab: the pre-lab // assignment, the lab itself, and the post-lab assignment. // ***** import cs1.Keyboard; public class LabGrade {public static void main ... ................
................