+ 1
New line
Could anybody please tell me this program’s skills or any answer thanks(I use c++)
2 Antworten
+ 4
Question is not clear..!
You want to add new line?
in c++ ,
cout<<endl; //end line
Or in c way:
cout<<"\n";
Is this want you asking for ?
+ 1
Yes thank you very much