✏️ Explanatory Question
Which of the following will compile correctly?
-
short myshort=99S;
-
String name='Excellent tutorial Mr Green';
-
char c=17c;
-
int z=015;
short myshort=99S;
String name='Excellent tutorial Mr Green';
char c=17c;
int z=015;