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!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antworten
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