(do...while) practical problems | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

(do...while) practical problems

Could you help me to provide a practical program that needs the nested loop do to execute at least one time, please?

28th Feb 2017, 10:39 PM
An Vo
An Vo - avatar
1 Resposta
0
I use for sync task like update local db. do{ firstUpdate(); }while( notUpdated){ syncDb(); }
1st Mar 2017, 1:20 AM
nextco
nextco - avatar