sadeem50 sadeem50 10-11-2020 Computers and Technology contestada What is the output of the below Java program? int a=1: while (a=4) { System.out.print(a + ""); a ++: } What is the output of the following java program