about | help | code help+videos | done | prefs |
logic_bothTrue
logic_bothTrue- write a method that returns true if both a and b are true. logic_bothTrue(true, true) → true logic_bothTrue(true, false) → false logic_bothTrue(false, true) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy