Name: R.C.Mongler 2007-07-19 17:59 ID:7QA39QOi
Hey guys, I'm new at C++ and I made a porgam can u fix it?
#include <iostream>
int main()
{
using namespace std;
cout << 10 / 0
\n "Hello World!";
return 0;
}
#include <iostream>
int main()
{
using namespace std;
cout << 10 / 0
\n "Hello World!";
return 0;
}