Friday, June 29, 2007

Array Challenge

#include <_____>

using namespace std;
___ main()
{
int array[8]___
for(int x=_; x<_; ___)
cin>>______;
for(____; x<____; ___)
cout<<_____;
return __;


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C++ Programming" group.
To post to this group, send email to Cpp-Programming@googlegroups.com
To unsubscribe from this group, send email to Cpp-Programming-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Cpp-Programming?hl=en
-~----------~----~----~----~------~----~------~--~---

0 Comments:

Post a Comment

<< Home