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

 

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

Write a method that accepts three integer parameters and returns the sum of those three integers. Look at the test data for examples.


quiz2020_09_21_APP1SLHL_addUp(0, 0, 0) → 0
quiz2020_09_21_APP1SLHL_addUp(1, 1, 1) → 3
quiz2020_09_21_APP1SLHL_addUp(5, 5, 5) → 15

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

public int quiz2020_09_21_APP1SLHL_addUp(int num1, int num2, int num3) { }

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: 220

Copyright Nick Parlante 2017 - privacy