2D array problem

From CompSciWiki
Revision as of 12:30, 6 April 2010 by JasonJT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to the Program-A-Day homepage

Problem

Create a grocery list. Prompt the user for the number of items and the quantity. Then print the list of items.

Example Output


 

float
Taken from http://www.flickr.com/photos/daniello/565304023/

An image or By Students section

Solution

Something somethings

Code

Solution Code

Back to the Program-A-Day homepage