about | help | code help+videos | done | prefs |
Given two numbers, consider their product and their sum. Return whichever result is the largest. maxResult(3, 5) → 15 maxResult(1, 1) → 2 maxResult(0, 17) → 17 ...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