From 585db465ee37b19fcb366e27ee3fe0e83351aa8e Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 5 Nov 2011 10:14:46 -0700 Subject: [PATCH] Add an EC for the break. --- ex13.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ex13.tex b/ex13.tex index a810f19..9be1c10 100644 --- a/ex13.tex +++ b/ex13.tex @@ -107,5 +107,7 @@ \section{Extra Credit} yet another \ident{for-loop}. \item Convert this \ident{switch-statement} to an \ident{if-statement}. Which do you like better? +\item In the case for 'Y' I have the break outside the \ident{if-statement}. What's the impact of this + and what happens if you move it inside the \ident{if-statement}. Prove to yourself that you're right. \end{enumerate}