All quizzes
C#IntroPredict the output

What does this program print?

Console.WriteLine(7 / 2);
Console.WriteLine(7.0 / 2);