1.
Select V if the identifier below is VALID, otherwise select I.
==counter
2.
Select V if the identifier below is VALID, otherwise select I.
initial
3.
Select V if the identifier below is VALID, otherwise select I.
2nd_num
4.
Select V if the identifier below is VALID, otherwise select I.
*pointer
5.
Select V if the identifier below is VALID, otherwise select I.
Main
6.
Select V if the identifier below is VALID, otherwise select I.
_Public
7.
Select V if the identifier below is VALID, otherwise select I.
Strong
8.
Select V if the identifier below is VALID, otherwise select I.
cake
9.
Select V if the identifier below is VALID, otherwise select I.
int
10.
Select V if the identifier below is VALID, otherwise select I.
Default
11.
Select V if the identifier below is VALID, otherwise select I.
char
12.
Select V if the identifier below is VALID, otherwise select I.
b
13.
Select V if the identifier below is VALID, otherwise select I.
Byte
14.
Select V if the identifier below is VALID, otherwise select I.
short
15.
Select V if the identifier below is VALID, otherwise select I.
large
16.
Select C if the given statement is CORRECT, otherwise select I.
Boolean a;
17.
Select C if the given statement is CORRECT, otherwise select I.
System.out.println('Welcome to Java');
18.
Select C if the given statement is CORRECT, otherwise select I.
double 56;
19.
Select C if the given statement is CORRECT, otherwise select I.
char next_line="\n");
20.
Select C if the given statement is CORRECT, otherwise select I.
Public class SECOND {
21.
Select C if the given statement is CORRECT, otherwise select I.
public static void main (string [] args) {
22.
Select C if the given statement is CORRECT, otherwise select I.
float a, int b;
23.
Select C if the given statement is CORRECT, otherwise select I.
System.out.pritnln("Java Programming is COOL!");
24.
Select C if the given statement is CORRECT, otherwise select I.
int
25.
Select C if the given statement is CORRECT, otherwise select I.
char gender="m";