22 Oc 07 Attendance: IP, MB, UK, WO, RR, TH I. New statements: 1) import java.util.Scanner; 2) Scanner keyboard = new Scanner(System.in); 3) String firstname = keyboard.nextLine(); String familyname = keyboard.nextLine(); 4) if () else (); 5) boolean type of variable; 6) while (condition) { } 7) an integer in [a,b]: Random r = new Random(); int n = a + r.nextInt(b); II. Remigijus and Usama did a good work See java programs III. Check the Challenges and discussion.