Ujjval Shukla
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();}
By Ujjval Shukla in C# on Apr 25 2016
  • Ayappan Alagesan
    Feb, 2017 12

    while (i < 2.0f; j <= 2.0f) error here .."semi-colon should be replaced by any operator(and,or,not)"

    • 0
  • Ujjval Shukla
    Apr, 2016 25

    -0.04999995f

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS