Skip to content

Update Grading-system#63

Open
udofia-unwana wants to merge 1 commit intoholyaustin:mainfrom
udofia-unwana:patch-2
Open

Update Grading-system#63
udofia-unwana wants to merge 1 commit intoholyaustin:mainfrom
udofia-unwana:patch-2

Conversation

@udofia-unwana
Copy link

Enter The Score: = 75){ echo "A"; } else if ($score >= 70){ echo "AB"; } else if ($score >= 64){ echo "B"; } else if ($score >= 60){ echo "BC"; } else if ($score >= 55){ echo "C"; } else if ($score >= 50){ echo "CD"; } else if ($score >= 45){ echo "D"; } else if ($score >= 40){ echo "E"; } else { echo "F"; } } ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant