Flow control programming practice

Using selection and repetition to adjust the flow of control allows us to create programs that are more complex than the sequential programs we have been writing up to this point.  Read chapters 4 and 5 in your textbook and work the following practice problems.  Note the answers to the odd problems are in the back of the book.  Try to solve the problems without using the back of the book, but do check your answers to the free response questions and use the back of the book for hints as needed on the programming questions.

Selection practice problems

Repetition practice problems