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

 

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

Write a method that returns 'true' if 'name1' and 'name2' are identical. Return false otherwise. You may use any string methods you want. Please do not make this more difficult than it is.


rrr1isMatch("match", "match") → true
rrr1isMatch("different", "riffderent") → false
rrr1isMatch("win", "new") → false

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

public boolean rrr1isMatch(String name1, String name2) { }

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

Copyright Nick Parlante 2017 - privacy