about | help | code help+videos | done | prefs |
To build a car, you need 1 chassis (body) and 4 wheels. Given an integer of how many chassis and wheels you are given, return how many complete cars that you can build! fund_howManyCarsCanYouMake(1, 4) → 1 fund_howManyCarsCanYouMake(2, 4) → 1 fund_howManyCarsCanYouMake(3, 8) → 2 ...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