JessicaMabs3932 JessicaMabs3932 22-03-2024 Computers and Technology contestada What will be the output for the following code? public static void main(string[] args) { int x = 1; int counter = 1; while (counter <= x) { .println(x); x ; } }