A

Admin • 832.27K Points
Coach

Q. There is a variable "name" that contains the name of a person, which is/are the correct echo statement(s) to print the "name" suffix with "Hello".

  • (A) echo "Hello $name";
  • (B) echo "Hello " . $name;
  • (C) echo ("Hello $name");
  • (D) All of the above
  • Correct Answer - Option(D)
  • Views: 20
  • Filed under category PHP
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.