Un-Answered Questions { C++ }

What will the line of code below print out and why?

330


What is the error in the code below and how should it be corrected?

311


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

838