<?php
$students=array("Alice"=>85,"Bob"=>78,"Charlie"=>92);
foreach($students as $name=>$score){
    echo"$name scored $score\n";
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: