Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
amdelf_uppg12 [2016-11-21 15:09]
Anders Mosshäll
amdelf_uppg12 [2022-07-18 13:20] (current)
Line 17: Line 17:
              
       if ($arr[$x] + $arr[$y] + $arr[$z] == 97){ // Summan 97?       if ($arr[$x] + $arr[$y] + $arr[$z] == 97){ // Summan 97?
-        echo $arr[$x] . ' + ' .$arr[$y] . ' + ' . $arr[$z] .' = 97<br />';+        echo $arr[$x] . ' + ' .$arr[$y] . ' + ' . $arr[$z] .' = 97<br>';
       }       }