Difference between revisions of "Summing arrays"

From CompSciWiki
Jump to: navigation, search
 
Line 9: Line 9:
 
|SideSectionTitle=
 
|SideSectionTitle=
 
|SideSection=
 
|SideSection=
[[Image:OperatingSystemExample.jpg|float|267px]]
+
[[Image:Wiki_method01.jpg|float]]
 
<BR>
 
<BR>
 
Taken from http://www.flickr.com/photos/daniello/565304023/
 
Taken from http://www.flickr.com/photos/daniello/565304023/

Revision as of 12:35, 6 April 2010

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