akatamashhii akatamashhii 11-01-2022 Computers and Technology contestada 10. Rewrite this loop into a "for” loop: int number = 6; while (number > 0) { number 3; System.out.print(number + " "); }