I'm really sorry I have to ask this...
I'm having a hard time Converting from C to C++
I can't seem to get Hello World working.

1 #include <iostream.h>
2
3 int main()
4 {
7 cout << "\n\nHello World!\n";
8 return 0;
9 }