What is the output of the following oddstuff


What is the output of the following oddStuff method? public static void oddStuff() { int number = 4; for (int count = 1; count <= number; count++) { System.out.println(number); number = number / 2; } }

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: What is the output of the following oddstuff
Reference No:- TGS0571302

Expected delivery within 24 Hours