text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c01p060.cpp

Go to the documentation of this file.
00001 
00016 int index = 0;
00017 int sum = item[0];
00018 
00019 while (index < n)
00020 {  ++index;
00021    sum += item[index];
00022 }  //end while

Generated on Sat Aug 26 19:58:10 2006 for AWLogo by  doxygen 1.4.6