Given the expression:
String message = ”Hello World”;
Which is the String Literal? Mark for Review
(1) Points
message
String message = ”Hello World”;
String message
Hello World
Answers
Answered by
0
Answer:
It is the word (Hello world)sending message
Similar questions