Computer Science, asked by sureshmanasthakur, 4 months ago

what is the result of the following expression HELLO + WORLD

Answers

Answered by rcdci311
12

Answer:

HELLO WORLD

hope this helps..............

Answered by Anonymous
1

Answer:

hello,

Explanation:

"HELLO"+"WORLD"

will give the output as:

HELLOWORLD        (it will be without space as space is not mentioned)

________________________________________________________

if the code would have been:

"HELLO"+" "+"WORLD"

then the output would have been:

HELLO WORLD    (it will be with space as space is  mentioned)

__________________________________________________________

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions