# 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
2
3
4
← Exercise 2 Exercise 4 →
CodingSchool.pk Will this program compile? What is output of this program? Do not use IDE to answer this question.
if (104 / 13)
{
Console.WriteLine("Hello");
}
← Exercise 2 Exercise 4 →