Question: What will be the output for the following code? if (age > = 65); Console.WriteLine(Age is greater or equal than 65); else Console.WriteLine(Age is less
What will be the output for the following code? if (age > = 65); Console.WriteLine("Age is greater or equal than 65"); else Console.WriteLine("Age is less than 65")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
