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

 

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

Write a method that returns true if num1, num2, and num3 are all equal to each other. In all other cases return false.


test2022_09_12_APP1SLHL_allSame(73, 73, 73) → true
test2022_09_12_APP1SLHL_allSame(0, 0, 0) → true
test2022_09_12_APP1SLHL_allSame(5, 6, 2) → false

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

public boolean test2022_09_12_APP1SLHL_allSame(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: 200

Copyright Nick Parlante 2017 - privacy