| about | help | code help+videos | done | prefs |
On the chapter 1 and 2 CodingBat exam students were assigned three problems. Each problem represents the grade a student will earn if they solve that problem. However, in order to earn the full letter grade they must also have solved the less difficult problems. If they have not solved the less difficult problems then the modifier "-" is added to their letter grade. If no problems are solved then their grade is an "F". Given three boolean parameter inputs, a, b, and c, which are true if they solved the problem, return the correct letter grade with modifier if there is one.ch1and2Grade(true, true, true) → "A" ch1and2Grade(true, false, true) → "A-" ch1and2Grade(true, false, false) → "A-" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100 Post-solution available
Copyright Nick Parlante 2017 - privacy