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

 

VoiceMail02


VoiceMail02. You're at the movies from 10am-2pm (10-14) and you don't want to be interrupted. Your phone will go to Voicemail while you're out. 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.


VoiceMail02(0) → false
VoiceMail02(1) → false
VoiceMail02(2) → false

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

boolean VoiceMail02(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: 2

Copyright Nick Parlante 2017 - privacy