| about | help | code help+videos | done | prefs |
two_times_sum
As practice using CodingBat, fill in the code below so that you "return" two times the sum of the variables x and y. two_times_sum(1, 2) → 6 two_times_sum(4, 4) → 16 two_times_sum(0, 3) → 6 ...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