Find the errors if any in the following statements.
(a) System.out.println("x=";x);
(b) System.out.println (“Good Morning");
(c) System.out.println ("Having fun+x");
(d) System.out.println(x + y + )
pls help if u know
Answers
Answered by
1
Answer:
(a) System.out.println("x="+x);
(b) System.out.println (“Good Morning");
(c) System.out.println ("Having fun"+x);
(d) System.out.println(x +""+ y );
.
.
.
.
HOPE THIS HELPS YOU
Answered by
1
That's great ... btw thanks for the answer . Have a great day ahead ...
Attachments:
Similar questions