Below is some code your co-worker tried again to implement letter grade code, but it is still not working the way they want.
The code ...
Below is some code your co-worker tried again to implement letter grade code, but it is still not working the way they want.
The code should take in an int numbergrade
and return a string of the appropriate letter grade.
What is wrong with the following code? Re-write the code below such that the logic is correct. Think about how you might explain what went wrong to your co-worker and when you might use if and else versus if and else if.
Your feedback will appear here when you check your answer.