0
How do I do this?
Write a program that allows a user to enter a student's name and the mark that was obtained from PRT101 test1.The program should go on to compute the percentage that was obtained from the test and give output showing the grade and mark, as a percentage.You are told that the test was marked out of 30 and below are the different grades a student can obtain in the test. Mark Grade --------- Less than 50 FAIL From 50 to 74 PASS 70 to 100 DISTINCTION
3 Answers
+ 2
Tshiamo ,
can you please link your attempt here?
thanks!
+ 1
Can look something like this i will not be doing the math but you can modify it to your liking
https://code.sololearn.com/c6tGwXjOrsYx/?ref=app
0
I don't know how to link it