jamesy961 jamesy961 21-03-2017 Computers and Technology contestada What is the output of int j = 0; while( j < 5) { System.out.println(" " + j); j = j + 1; }