about | help | code help+videos | done | prefs |
Write a method that returns a string that shows the sum of the two integer parameters. For example, the parameters 3 and 7 would return "3+7=10" showing the operation and the result. bbb1addition(6, 2) → "6+2=8" bbb1addition(-5, 5) → "-5+5=0" bbb1addition(5, 3) → "5+3=8" ...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: 190
Copyright Nick Parlante 2017 - privacy