Blog

What is the output of the code below?

float x = 2.2;
float y = 4.2;
int result = x + y;
Console.WriteLine(result);