id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

jebbert@volusia.k12.fl.us > addDouble8252015
prev  |  next  |  chance

Return the sum of double each of the two input parameters. For example, if the input parameters are 10 and 7, you would add 20+14 to get 34 and return that result.


addDouble8252015(5, 3) → 16
addDouble8252015(2, 3) → 10
addDouble8252015(20, 20) → 80

...Save, Compile, Run (ctrl-enter)

public int addDouble8252015(int num1, int num2) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 200

Copyright Nick Parlante 2017 - privacy