CJCoding With Joseph
15per day

StudentPass Override

Create a class StudentPass that extends TransitPass. The constructor takes baseFare and discount. Store a discount rate equal to baseFare - discount. Override calcFare() to use the discount rate.

Return the fare from calcFare (do not print). Do NOT write a main method.

Expected Output:

4.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.