+ 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; }
2 Answers
+ 2
include
using
int
return
đ
+ 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.