- 2
Hi guys how do I do C++ program??
***** * * *****
7 Réponses
+ 2
do
cout<<"*****"<<endl;
cout<<"*"<<setw(3)<<"*"<<endl;
cout<<"*****"<<endl;
this might be solution😜
+ 2
@clement setw(3) will leave space in b/w the astrik
setw means setting width(3->leaves 3 space)
0
Directly go to c++ tutorial in app and start learning
0
I went output this
*****
* *
*****
0
using for places
0
@Parvish Why setw(3) and not " " ?
- 2
معك خبره تعلمنا ولافهمت شي