Hi I am trying to finish a simple program up and having a few issues with the code and the output. Here is my output!
Welcome to the Web Host Ordering System
Please enter the price of the new package: $0
The average sales for these packages is: $NaN
Welcome to the Shipping Wizard!
Enter 0 to end!
Please enter shipping charges: $5
The shipping charges total up to $ShippingData@18088c0
Welcome to the Shipping Wizard!
Enter 0 to end!
Please enter shipping charges: $3
The highest shipping charge inputed was: $ShippingData@fec107
Welcome to the Shipping Wizard!
Enter 0 to end!
Please enter shipping charges: $2
The lowest shipping charge inputes was: $ShippingData@1617189
BUILD SUCCESSFUL (total time: 9 seconds)
And I am attaching my code because it is so big plus it is 3 files.