Multiple Choice
Which one of the following is an assignment statement?
A) int a = 20;
B) a = 20;
C) assign a = 20;
D) assign 20 to a;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q70: What is the output of the following
Q71: What does the following statement sequence print
Q72: Which is a legal number literal of
Q73: What is the output of the following
Q74: What is the value of Math.pow(2, 3)?<br>A)5.0<br>B)6.0<br>C)8.0<br>D)9.0
Q76: Which is a correct representation of the
Q77: What is the output of this code
Q78: Which option represents the best choice for
Q79: A student's class average can be computed
Q80: Which of the following statements about constants