Computer Science, asked by kashvimlang7, 4 months ago

Which of the following in Java is invalid statement:
a) int a;
b) int t= ‘c’;
c) int t=10;
d) float p;

Answers

Answered by pawanpatne88
0

Answer:

The answer foe this question is b) int t ='c';

Answered by cherry79950
0

Answer:

Explanation:Which of the following in Java is invalid statement:

a) int a;

b) int t= ‘c’;

c) int t=10;

d) float p;  

the answer is b

Similar questions