Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 280 Bytes

exercise_12_29.md

File metadata and controls

7 lines (4 loc) · 280 Bytes

练习12.29:我们曾用do while循环来编写管理用户交互的循环(参见5.4.4节,第169页)。用do while重写本节程序,解释你倾向于哪个版本,为什么?


练习12.28

我更倾向于while循环,因为习惯。