Engineering Full Stack Apps with Java and JavaScript
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;