Unable to get result in computer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Unable to get result in computer

I tried to type as it is hellp world program in computer but I am unable to compile it and get result.

22nd Jan 2017, 5:58 AM
John
1 Answer
+ 1
#include<iostream> using namespace std; //Make a habit not to do this int main(){ cout<<"Hello World"<<endl; //Set breakpoint here or do code below system("pause"); //Do break points or dummy input variable,try not to use system commands }
22nd Jan 2017, 6:21 AM
Michael Timbes
Michael Timbes - avatar