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

 

tim@ggc.edu > getKarmaLevel
prev  |  next  |  chance

If your Karma point is from -1000 to -750 return the string "Very Evil", from -749 to -250 return "Evil", from -249 to +249 return "Neutral", from +250 to +749 return "Good", from +750 to +1000 return "Very Good"


getKarmaLevel(-938) → "Very Evil"
getKarmaLevel(0) → "Neutral"
getKarmaLevel(-238) → "Neutral"

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

public String getKarmaLevel(int points) { }

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

Copyright Nick Parlante 2017 - privacy