Difference between revisions of "Summing arrays"

From CompSciWiki
Jump to: navigation, search
Line 7: Line 7:
 
</pre>
 
</pre>
  
|SideSectionTitle=
+
|SideSectionTitle=More with Arrays
 
|SideSection=
 
|SideSection=
 
[[Image:Wiki_method01.jpg|float]]
 
[[Image:Wiki_method01.jpg|float]]

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


 

More with Arrays

float

Solution

Something somethings

Code

Solution Code

Back to the Program-A-Day homepage