Computer Science, asked by 1akarshan, 11 months ago

Give reasons why the following assignment are false. String s='mouse';

Answers

Answered by bbbb67
3

Answer:

ANY STRING LITERAL IS ENCLOSED WITHIN "'.

THUS, THE CORRECT ASSIGNING IS

String  s= "mouse";

Similar questions