/* LAB TEST 1 * Matric No : * * Question 2: Write a program to convert an array of string to numbers and calculate the difference with year 2009. * * For example : if array year= { "1999", "1978", "2000", "2003", "1981"} then the program will print * * 1 year * 31 years * 9 years * 6 years * 28 years * Please print the program for Question 2. */ public class Question2 {