Write the output for the below java program segment: [2]
System.out.print(“This sounds interesting……”);
System.out.println(“This sounds more interesting……”);
Answers
Answered by
1
Answer:
This sounds interesting
This sounds more interesting
Similar questions