Multiple Choice
Which of the following options defines an integer variable?
A) char age;
B) integer age;
C) int age;
D) age: int;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: What is the value of Math.pow(3, 2)?<br>A)6.0<br>B)9.0<br>C)8.0<br>D)5.0
Q22: What is the value of the following
Q23: Which one of the following refers to
Q24: Which is the Java equivalent of the
Q25: What is wrong with the following code
Q27: What is the result of the following
Q28: What is the value of the value
Q29: In an airline reservation system, the number
Q30: What is the output of the following
Q31: What is the output of the following