Question 1: What is the angle between point 0 and point 5 in a 20 point frame?

[insert_php]
if(isset($_GET[‘submit’])){
$result = $_GET[‘Num1’];
switch($result){
case 90:
echo “Correct!”;
break;
default:
echo “Try Again!”;
break;
}
}
[/insert_php]