Question: QUESTION 1 int x; x=10; Why do we read the x=10 statemnet from right to left Because of precedence rules Because of associativity rules Because
QUESTION 1
-
int x;
x=10;
Why do we read the "x=10" statemnet from right to left
Because of precedence rules
Because of associativity rules
Because it makes more sense
Brah! This is English, we always read from left to right!
15 points
QUESTION 2
-
A variable is a location in memory that can hold a value.
True
False
17 points
QUESTION 3
-
int x;
x=10;
The "x=10" statemnet is called a/an --------- statement.
17 points
QUESTION 4
-
int x;
x=10;
In C#, the statement "int x" is called a/an ----------- statement.
17 points
QUESTION 5
-
Anything after two slashes (//) on a line is a comment in C# code.
True
False
QUESTION 6
-
-----------retrieves a full line of text that a user types from the console window.
cin>>
System.out.printlin()
Console.ReadLine()
Console.WirteLine()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
