// Page 104 - 105 public class Prog_8_1 // StudentDemo { public static void main(String[] args) { Student one = new Student(); one.set("John Smith", 82); one.writeOutput(); } }