write down the output
system. out. print("hello") system. out. print("world\n") system. out. print("welcome to java")
Answers
Answered by
0
Answer:
output - 1. Hello
2. world/n
3. welcome to java
Hope it helps
Explanation:
Answered by
0
Answer:
hello world
welcome java
Explanation:
Similar questions