Monday, April 19, 2010

Learning & Assessment Activity 1.3B

Refine the pseudocode algorithm you created in activity 1.1 to take into account all possible situations.

Publish your refined algorithm to your assessment document.

Calculate the cost of the parcel

Prompt the user for the parcel weight

Get the parcel weight

Validate parcel weight

Prompt the user for the standard charge

Get the standard charge

Validate standard charge

Parcel weight x Standard charge

Display the cost of the parcel

End

No comments:

Post a Comment