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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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