✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will be the output of the following C# code?(try it in a program to make sure)
int i = 10;
while (i >= 5)
Console.Write("\t"+i--);