Standard Basic C program/ Rewrite if applicable/Point out what’s wrong from original

In the space provided below write a C program that computes the total cost of items you want to order online. It does so by first asking how many items are in your shopping cart and then based on that number, it repeatedly asks you to enter the cost of each item.

It then adds a 5% delivery charge for standard delivery if the total is BELOW $1000, and an additional 10% charge if you want expedited shipping.

SAMPLE ASSIGNMENT
Powered by WordPress