โ Back to Classes
Question 438
Discount Calculator Class
Discount Calculator Class
Create a classDiscountwith aFinalPrice(double price, double percentOff)method that returns the price after taking off the given percentage. Do not write aMainmethod. For a price of 100 with 25 percent off the program prints: 75
Expected Output:
75
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.