| about | help | code help+videos | done | prefs |
Create a method that, when given three ints, can return their total as a String. However, if the sum total of all the numbers, one of the numbers, or the total of two of the numbers is divisible by two, the method should return "CAN NOT COMPUTE". simpleAddition(90, 3, 7) → "CAN NOT COMPUTE" simpleAddition(379, 1, 44) → "CAN NOT COMPUTE" simpleAddition(3, 45, 5) → "CAN NOT COMPUTE" ...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