jayrod9709 jayrod9709 10-03-2024 Computers and Technology contestada public static void main(String[] args) { int x = 1; while (x > 10) { System.out.println(x); x--; } }a.10 timesb.9 timesc.1 timed.0 times