I am making a retail price calculator for a school project. We are to write an application that accepts the wholesale cost and its markup percentage. We have to verify the values entered for IsValidCost are between 0 & 5000 and for IsValidMarkup are between 5 and 800. I have pasted the code I have so far, but every time I try to run it, I get the message "Please enter a price between $1.00 and $1000000."
Any help will be greatly...
User Profile
Collapse
-
Can anyone help me with this code?
-
Hello,
Thank you for your help! This worked perfectly!
April... -
This did work! Thank you for your help, I an new at this and didnt know = sign was needed there.
April...Leave a comment:
-
Need help with a shipping calculator
I can not seem to get the code correct to calculate shipping charges based on weight and distance. The info is:
Weight of the Package (in kilograms) / Shipping rate per Mile
2kg or less / $0.01
over 2kg, but not more than 6kg /$0.015
over 6kg, but not more than 10kg /$0.02
over 10kg, but not more than 20kg / $0.025
Input validation: Do not accept values of 0 or less for the weight of the package....
No activity results to display
Show More
Leave a comment: