Computer Science, asked by komalhothi08, 1 month ago

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 ArpitMishra506
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 saikat14369
1

That's great ... btw thanks for the answer . Have a great day ahead ...

Attachments:
Similar questions