what will be the output of the following statement
{system.out.print ("welcome to the lab ");
system.out.print\n("bluej is very easy to work with it"):
system.out.print\n("thank you");}
Answers
Answered by
2
Answer:
if this is the python language then the outcome will be:
welcome to the lab
bluej is very easy to work with it
thank you
hope this helps you
if yes then please mark this answer as the brainliest
Similar questions