Please fill in the missing parts of the code to print "hello" c++ on the screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please fill in the missing parts of the code to print "hello" c++ on the screen

#_____<iostream.h> ____namespace std; ___main() { cout<<"hello"<<endl; _____0; }

9th Feb 2018, 7:29 PM
Kamal M Thanki
Kamal M Thanki - avatar
2 Answers
+ 2
include using int return 👍
9th Feb 2018, 7:33 PM
Dread
Dread - avatar
+ 4
It would be better for you to go back and read Chapter 1 again. It's clearly needed and me telling you the answer wouldn't help reinforce what you were suppose to learn in that chapter. However, which ____ are you having trouble with? Maybe I can help explain the concept so you actually understand instead of simply being given the answer.
9th Feb 2018, 7:34 PM
Fata1 Err0r
Fata1 Err0r - avatar