CS 16 Plan for Today, 1/29/2018: while, do-while: [02-12, 02-15] Beware infinite loops (know ctrl-C) while loops designed to iterate indefinitely Charge card app [02-16.cpp] Style: indenting, comments, const [02-17.cpp] reminder: bool type and truth tables [Disp 3.1] Update precedence rules [Display 3.2] for loop basics [03-12.cpp] definite iteration vs while, do/while Nested selection: [03-04.cpp, 03-05.cpp]