While sikl operatori
Ilyosxo'ja Sulaymonov
int i = 1;
while(i<10)
{
Console.WriteLine("salom");
i = i + 1;
}while(true)
{
Console.WriteLine("salom");
}
Last updated
Was this helpful?
Ilyosxo'ja Sulaymonov
int i = 1;
while(i<10)
{
Console.WriteLine("salom");
i = i + 1;
}while(true)
{
Console.WriteLine("salom");
}
Last updated
Was this helpful?
Was this helpful?