Question: C# Help 1.Which primitive type can hold the largest value? long double float int 2. What is the message that will be printed out after
C# Help
1.Which primitive type can hold the largest value?
| long |
| double |
| float |
| int 2. What is the message that will be printed out after executing the following code ? int x= 2 ,y = 6; if (x>3 && y>=6) Console.WriteLine("Class 1"); else if (x>2 || y>=6) Console.WriteLine(" Class 2"); else Console.WriteLine(" Class 3");
3. Methods that call themselves are known as recursive methods.
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
