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

 

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

Write a method that produces the same results as the test data. This is an example of a program that does NOT work correctly. For the case of 85, it SHOULD just say "You PASSED the Exam", however, it does NOT do that. For this program, you are trying to REPLICATE this error so that you better understand the cause of the error.


todays_2021_10_27_APSL_grade(87) → "You PASSED the Exam"
todays_2021_10_27_APSL_grade(83) → "You FAILED the Exam"
todays_2021_10_27_APSL_grade(85) → "You FAILEDPASSED the Exam"

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

public String todays_2021_10_27_APSL_grade(int score) { }

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

Copyright Nick Parlante 2017 - privacy