JS-jquery Assignment 1 //alert(“alert1”); var initialCost =200; var discountRate =.10; var taxRate =.0725; var shippingCost =5.50; var discountAmount = initialCost * discountRate; //alert(“discounted Amount”+discountAmount); var discountCost = initialCost – discountAmount; //alert(“discount Cost”+discountCost); var tax = discountCost * taxRate; var finalCost = discountCost + tax; //alert(“final cost is “+finalCost); var finalShip = finalCost + shippingCost; //alert(“finalContinue reading

Introduce Yourself (Example Post)

This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click theContinue reading “Introduce Yourself (Example Post)”