Multiple Choice Question

Quiz Guidelines

 

QID: 
275
Question: 

Which of the following can be valid declarations of an integer variable?

Select 2 options

A. global int x = 10;
B. final int x = 10;
C. public Int x = 10;
D. Int x = 10;
E. static int x = 10;

Q&A Set: