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

 

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

Write a method that returns the "funny sum" of two numbers. The "funny sum" is found by adding three times the first number plus the second number.


sep7_2016_quizFunnySum(5, 10) → 25
sep7_2016_quizFunnySum(1, 6) → 9
sep7_2016_quizFunnySum(10, 1) → 31

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

public int sep7_2016_quizFunnySum(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: 210

Copyright Nick Parlante 2017 - privacy