about | help | code help+videos | done | prefs |
fund_footballScore
Given integers of how many touchdowns and field goals a team got in a football game, return their score. A touchdown is worth 6 points and a field goal is worth 3 points. fund_footballScore(1, 0) → 6 fund_footballScore(0, 1) → 3 fund_footballScore(1, 1) → 9 ...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