Practicing for While Loops of Web Design & Development

Questions 1 of 6
  • Q. What will be the output of the following PHP code?
    while()
    { emsp; print "Hello World";
    }