The program will exit the outer loop directly if inner loop ends, so the
outer do {} while() is redundant.
5.5 KiB
5.5 KiB
The program will exit the outer loop directly if inner loop ends, so the
outer do {} while() is redundant.