โ Back to Classes
Question 144
Count Free Rides
Count Free Rides
Write a static method countFreeRides(TransitPass[] passes, int trips) that returns how many passes cost 0.0 for the given number of trips. Return the count only (no printing). Do NOT write a main method.
Expected Output:
2
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.