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

 

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

Write a method that returns the sum of the two integer input parameters.


addNums8252015(129, 421) → 550
addNums8252015(8942, 8412) → 17354
addNums8252015(512, 512) → 1024

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

public int addNums8252015(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