CJCoding With Joseph

Discount Calculator Class

Create a class Discount with a FinalPrice(double price, double percentOff) method that returns the price after taking off the given percentage. Do not write a Main method.

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.