/* LAB TEST 1 * Matric No : * * Question 1 * a. Please correct the error in this program * b. Use Dailog box where appropriate * * Please print the program for Question 1 (a) and 1 (b). */ public class Question1 { public static main() { String ICNo; System.out.println("Please insert your IC number"); String month = ICNo.substring(2,3); int monthNo = Integer.parseInt(month); /* check monthNo e.g if monthNo is 2 then print February } }