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

 

srp4379@lausd.net > VoiceMail03
prev  |  next  |  chance

VoiceMail03. You're eating breakfast (8-10am) and lunch (12-2pm). Your phone will go to Voicemail while you eat. The "hour" parameter is the current hour time in the range 0-23. Add 12 to convert any PM hour to the 24-hour clock. Return true if your phone will go to Voicemail.


VoiceMail03(0) → false
VoiceMail03(1) → false
VoiceMail03(2) → false

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

boolean VoiceMail03(int hour) { }

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

Copyright Nick Parlante 2017 - privacy