Computer Science, asked by Rock217, 2 months ago

Which state ment is used to print a message

Answers

Answered by ajha22480
2

Answer:

See here:-

Explanation:

echo and print are more or less the same. They are both used to output data to the screen. The differences are small: echo has no return value while print has a return value of 1 so it can be used in expressions.

Answered by naveenkumarhc14367
0

Answer:

echo and print are more or less the same. They are both used to output data to the screen. The differences are small: echo has no return value while print has a return value of 1 so it can be used in expressions.

Similar questions