oh my please help me..i;m making a simple code in c++ using dev c because i am exploring this language for my second year. i do not know why it will not display the output..i don't know how to use cin..
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}