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
0
Answer:
The answer foe this question is b) int t ='c';
Answered by
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