Recent content by jassie

  1. J

    How do you work out the average and the total of array elements in php using a for loop?

    This is my code so far... (i know its not correct) <?php $vals = array (2, 4, 6, 8); $count = count($vals); for($i=0; $i<$count; $++){ $average = $vals/$count; echo $average; ?>
  2. J

    How do you find the mean and the total of array elements in php?

    Ex. Using this array: $arr = array (3, 4, 5, 6); Much Appreciated
  3. J

    Does anyone know of any good Korean Restaurants in Escondido California?

    Does anyone know of any good Korean Restaurants in Escondido California or at least near by???
Back
Top