What is the output of the following code snippet?
int n = 5;
for (int i = 0; i System.out.print(i + " ");
}
for (int i = 0; i System.out.print(i + " ");
}
What is the output of the following code snippet?int n = 5; Correct Answer 0 1 2 3 4
for (int i = 0; i System.out.print(i + " ");
}
মোঃ আরিফুল ইসলাম
Feb 20, 2025