about | help | code help+videos | done | prefs |
Given two ints, (a and b), return their sum, unless they are equal return double their sum. sum_doubles(1, 2) → 3 sum_doubles(2, 2) → 8 sum_doubles(5, 2) → 7 ...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
Copyright Nick Parlante 2017 - privacy