How can I print in one line using while loop repeating itself lets say 3 times in swift 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I print in one line using while loop repeating itself lets say 3 times in swift 3

20th Jun 2016, 2:24 PM
Ward Mas
Ward Mas - avatar
2 Answers
0
this is not in swift bro 😁
23rd Jun 2016, 9:50 PM
Ward Mas
Ward Mas - avatar
- 1
int count=0; while (count<3){ cout<<"a "; count++; }
23rd Jun 2016, 9:47 PM
Anton Furman
Anton Furman - avatar