This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Oladimeji Gbolahan
almost 10 years

please help i dont know why my code wont pass

please the code passes but it keeps giving an error message that you did not use endwhile. help me out please.

  <?php
    //Add while loop below
    $CoinFlip = true;
    while($CoinFlip == true):
        echo "FLIP FLIP FLIP FLIP";
       $CoinFlip = false;
    endwhile;
    ?>

Edited By Gaurang Tandon to fix code formatting

Answer 5370b6247c82caa0fa002844

0 votes

Permalink

Your code works for me. Please try pressing Reset Code, Ctrl + F5, and try again.

Thanks.

points
Submitted by Gaurang Tandon
almost 10 years