about | help | code help+videos | done | prefs |
Write a method that returns 'true' if you can go, but returns 'false' otherwise. You can go if and only if you have a car and gas. canGoUCF(false, false) → false canGoUCF(false, true) → false canGoUCF(true, false) → 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
Difficulty: 100
Copyright Nick Parlante 2017 - privacy