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

 

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

Write a program that accepts an integer and a character. If the integer agrees with the letter in the matching problem on the paper copy of the test, return true. Otherwise return false.


matchMPHG(0, "Q") → false
matchMPHG(0, "J") → false
matchMPHG(1, "A") → false

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

public boolean matchMPHG(int num, char ltr) { }

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

Copyright Nick Parlante 2017 - privacy