Write a console application and implement the ternary operator to decide whether the
age a user entered after being prompted is allowed to vote or not(given that only citizens
between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical
input.
How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}
6 Answers ACB Group, IBM, Tech Mahindra,
What are circular references? How garbage collection deals with circular references.
What is serializable in c#?
What is for loop in c#?
What is private void in c#?
How do I declare inout arguments in c#?
What is stringbuilder c#?
What is the difference between int.Parse() and Convert.toInt32().
Why is aws serverless?
If dll and exe files are same it means you can deploy both the files in gac?
Can we make a class private in c#?
What do you mean by jagged array?