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

 

abraskin@mbusd.org 2016_student_creations_01 > actScoreResponse
prev  |  next  |  chance

You are applying to college and you are comparing your ACT score with the minimum ACT score of the college.
If your ACT score is less than the minimum ACT score, then you will not be accepted.
If your ACT score meets the minimum ACT score, or exceeds it, then you will be accepted.


actScoreResponse(35, 34) → "ACCEPTED!"
actScoreResponse(29, 26) → "ACCEPTED!"
actScoreResponse(23, 30) → "DENIED!"

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

public String actScoreResponse(int x, int y) { }

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

Copyright Nick Parlante 2017 - privacy