// family name : // given names : // student no. : // aml account id : // course : // section : // import statements should come after this comment /* This class will print out your personal data. */ public class Info { public static void main (String[] args) { // your code goes here } }