tell me how to unsubscribe from this mailing list

--- On Wed, 2/18/09, [email protected] <[email protected]> wrote:
From: [email protected] <[email protected]>
Subject: [java programming] Re: Homework Exercise LAB-1023
To: "Free Java Programming Online Training Course By Sang Shin" 
<[email protected]>
Date: Wednesday, February 18, 2009, 4:20 PM

well guys here is the infamous solution to the problem:

    double getSalePrice() {
        // From the sale price computed from Car class,
        // subtract the manufacturerDiscount.
        double discPrice = super.getSalePrice() *
                ((double)(100 - manufacturerDiscount) / (double)100);

        return (discPrice);

of course you know that the discount is 30 not 0.3

lots a luck...





      
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to