text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

c01p062a.cpp

Go to the documentation of this file.
00001 
00016 num = 50;
00017 
00018 while (num >= 0)
00019 {  cout << num << endl;
00020    num = num + 1;
00021 }  // end while

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