Restaurant order HELP

I am stuck with a restaurant order program. It requires to print the number of item with plural and do not print if the number of item is 0. For example:
1. salad 5$
2. steak 20$
3. soup 7$
4. fries 2$
5. teriyaky 6$
if I want 2 salads and 1 soup ONLY, the program should output:
You ordered: 2 salads and 1 soup.
if I want 1 steak and 3 soup, it should be:
You ordered: 1 steak and 3 soups.
The rest on the menu will not show up.

Any idea please help me. Thank you a lot.
Hi,
Well, best place is at the point where you realise this isn't a homework site and showing us where you are having problems etc with work you have put in. Cut and paste the assignment doesn't count.

Everybody here is glad to help when you get off the starting blocks :)
Topic archived. No new replies allowed.