Handle THIS!
Handle THAT!
echo “second ine.”; ?>
$total_ratings = (3+2+3+1+5+2+3);
$total_votes = 7;
$average = $total_ratings/$total_votes;
echo “The Average Rating Is:”;
echo $average;
?>
Handle THIS!
Handle THAT!
echo “second ine.”; ?>
$total_ratings = (3+2+3+1+5+2+3);
$total_votes = 7;
$average = $total_ratings/$total_votes;
echo “The Average Rating Is:”;
echo $average;
?>