User Profile

Collapse

Profile Sidebar

Collapse
aprillynn82
aprillynn82
Last Activity: Nov 21 '08, 11:05 PM
Joined: Nov 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aprillynn82
    started a topic Can anyone help me with this code?
    in .NET

    Can anyone help me with this code?

    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...
    See more | Go to post

  • Hello,

    Thank you for your help! This worked perfectly!

    April...
    See more | Go to post

    Leave a comment:


  • This did work! Thank you for your help, I an new at this and didnt know = sign was needed there.

    April...
    See more | Go to post

    Leave a comment:


  • aprillynn82
    started a topic Need help with a shipping calculator

    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....
    See more | Go to post
    Last edited by debasisdas; Nov 12 '08, 07:31 AM. Reason: Formatted using code tags
No activity results to display
Show More
Working...