# Exercise 3

Will this program compile? What is output of this program? Do not use IDE to answer this question.

if (104 / 13)
{
  Console.WriteLine("Hello");
}
1
2
3
4
Last Updated: May 1, 2020, 3:26 PM