+ 1
How to print hello by C++
2 ответов
+ 1
use comand "cout", operators "<<" and put your text between these " "
for example: cout<<"hello boys & girls";
+ 1
#include<iostream>
using namespace std;
void main(){
cout<<"HELLO";
}
/* cout<<" "; is used to print
cin>>#; is used to get some user input