int n = 10 ; do { while ++ n <= 10 ; print "Zahl = " , n , '\x0A' ; }