Jump to content

joomador

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by joomador

  1. Never expected to have answers so fast, you guys are great. Thank you!
  2. Thanks for the quick response guys! When I run the code it gives me 40 as the result. This is the whole code <?php $i = 29; $j = 11; $m = 10; $k = ($i++) + ($j--); echo "k = ".$k."<br>"; $j = ($j - 4) / 2; $m += $j * 10; echo "m = ".$m."<br>"; ?>
  3. Hi guys! I am trying to understand why the final value of $m equals 40 in the following code <?php $i = 29; $j = 11; $m = 10; $j = ($j - 4) / 2; $m += $j * 10; echo "m = ".$m."<br>"; //Equals 40 ?> Can anyone explain me please? I feel very confused right now.
  4. Pretty amazing what you are doing at your age. Keep up the good work and if you ever wanna talk just holla at me. I am learning PHP as well.
  5. joomador

    Hello

    I just started learning PHP, I love it so far.. Hi guys!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.