int age=35;
if(age>80)
{Console.WriteLine("Boy you are old");}
else
{Console.WrieLine("That is a good age");}
No Answer is Posted For this Question
Be the First to Post Answer
What is function overriding?
Write about the members that a derived class can add?
Is there a sort function in c++?
Define pre-condition and post-condition to a member function in c++?
What is the difference between #import and #include in c++?
What are the operators in c++?
What is prototype for that c string function?
Explain register storage specifier.
What is the benefit of learning c++?
What does the ios::ate argument do?
What is the importance of mutable keyword?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?