Blog

What is the output of the code below?

float x = 15.9f;
float y = 12.11f;
Console.WriteLine(Math.Round(x+y, 1));