Info

This question is closed. Reopen it to edit or answer.

Calculate your grade through a script

1 view (last 30 days)
Carter Kunert
Carter Kunert on 31 May 2020
Closed: Rik on 31 May 2020
Practice set CP with M or E CP with E Reflections
A 90% 10 4 90%
B 80% 8 2 80%
C 70% 6 none 70%
D 60% none none none
Write a script in MATLAB based off the following information.
The inputs you might need to collect from the user are:
  • % of Learning Problem questions answered correctly.
  • # of Challenge Problems with an M or E.
  • # of Challenge Problems with an E.
  • # of reflections earning "satisfactory."
  • # of Tokens remaining. (The number of tokens left determines + or - grade.)
The program should produce readable output in the command window to tell the user their grade. You may either ask for a projected grade on the final exam, or take all the possibilities into account when displaying the results.
  2 Comments
Aquatris
Aquatris on 31 May 2020
You need to provide what you have done so far. Otherwise this becomes do my homework which is not the intended use of this platform.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!