about | help | code help+videos | done | prefs |
Write a function football(touchdowns, fieldGoals, safeties) that returns your team's football score if the number of touchdowns (7 points), eld goals (3 points), and safeties (2 points) are passed as parameters. football(2, 4, 1) → 28 football(3, 0, 3) → 27 football(0, 3, 100) → 209 ...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