What will be the output of the given core?
a="hello"
b="world"
print (a+b+"coder")
helloworldcoder
nello world coder
Error
abcoder
Answers
Answered by
5
Answer:helloworldcoder
You can also check on laptop.
Next time pls mention the language eg. Python ,Java
Pls mark my answer as brainliest and follow me if u find this helpful!
Answered by
1
I think it gives error because in this code " ; " its not written in the code.
But it also print helloworldcoder.
If you had written in which language it is from, then you would have got exact answer.
Similar questions