Help for this page

Select Code to Download


  1. or download this
    if (($graph[$i][$j] == 0) and ($i != $j))
    
  2. or download this
    if (($graph[$i][$j] == 0) && ($i != $j))