Computer Science, asked by Arjungaur22, 7 months ago

Write output of given statement: System.out.println(“Welcome to \” BlueJ \” world”);

Answers

Answered by swatianurish
0

Answer:

ho

Explanation:

Let's take an example to output a line.

class AssignmentOperator { public static void main(String[] args) { System.out.println("Java programming is interesting."); } }

class Output { public static void main(String[] args) { System.out.println("1.

Answered by Anonymous
4

Answer:

the output is as follows:-

Welcome to "BlueJ" world

Similar questions