What does the code print

Report a typo

What does this code print?

print("1")
print("2")
println("3")
println()
println("4")

Output: is not a part of the output. Remember, println() displays a string followed by a new line on the screen.

Select one option from the list
___

Create a free account to access the full topic