Create an application that contains a method that computes the final price for a sales transaction and returns that value to a calling method. The method requires three arguments: 1 product price, 2 salesperson commision rate, and 3 customer discount rate.
Comments
Leave a comment