about | help | code help+videos | done | prefs |
Given an integer "grade", return the letter grade that it corresponds to: "A" for 90 or above, "B" for 80 to 89, "C" for 70 to 79, and "F" otherwise. logic_letterGrade(100) → "A" logic_letterGrade(95) → "A" logic_letterGrade(90) → "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
Copyright Nick Parlante 2017 - privacy