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 ответ
0
I use for sync task like update local db. do{ firstUpdate(); }while( notUpdated){ syncDb(); }
1st Mar 2017, 1:20 AM
nextco
nextco - avatar