A program for repeating a sentence for 250 times
# include <iostream.h>
# include <string.h>
void main()
{ int x;
cout<<"Could you please say that again?";
for (x = 0; x < 250; x+1)
{
endl;
}
return;
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: A program error plz help?Threaded View
|
Click Here to Expand Forum to Full Width |