2
Reply

What will be the output of given code and why -static void Main(string[] args){float i = 1.0f, j = 0.05f;while (i < 2.0f; j <= 2.0f){Console.WriteLine(i++ - ++j);}Console.ReadLine();}

Ujjval Shukla

Ujjval Shukla

Apr 25, 2016
334
0