Thread
:
Errors Compiling
View Single Post
#
4
(
permalink
)
July 21st, 2008, 04:48 AM
TheEng
Registered User
Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
#include <iostream.h>
int main()
{
int x = 5;
int y = 7;
cout "\n";
cout << x + y << " " << x * y;
cout "\n";
return 0; // forgot the 0;
}
TheEng
View Public Profile
Find all posts by TheEng