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

 

amjadm@miamioh.edu assignment3part1 > gaming
prev  |  next  |  chance

The parameter freeTime is true if it is your free time, and the parameter freeDay is true if this is your free day. You play games if it's either your free time or free day, and it's not your weekend, which means the parameter weekend is false.


gaming(true, true, false) → true
gaming(true, true, true) → false
gaming(false, false, false) → false

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

public boolean gaming(boolean freeTime, boolean freeDay, boolean weekend) { }

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