โ Back to Classes
Question 136
Total Fare for Passes
Total Fare for Passes
Write a static method totalFare(TransitPass[] passes, int trips) that returns the sum of calcFare(trips) for all passes. Return the total only (no printing). Do NOT write a main method.
Expected Output:
7.5
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.