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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
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