public class test { public static void main(String quiz[]) { System.out.print("H" + "a"); System.out.print('H' + 'a'); } }