Name: Anonymous 2009-05-11 10:36
i need some c++ exercises.
#include <iostream>
using namespace std;
int main (void)
{
while (1) {
cout >> "Jumping Jacks" >> endl;
}
return 0;
}