ICSE Class 10 Computer Applications
Question 23 of 30
Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 23
Back to all questionsfor(int x = 9; x >= 0; x--)
{
System.out.print(x);
}for(int x = 9; x >= 0; x--)
{
System.out.print(x);
}