The echo() statement operates similarly to print(), except for two differences. First, it cannot
be used as part of a complex expression because it returns void, whereas print() returns a
Boolean. Second, echo() is capable of outputting multiple strings. Please explain with an example for both differences. Thanks
What does this statement for echo mean
Moderator: General Moderators
Re: What does this statement for echo mean
Do your own classwork.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.