diff options
Diffstat (limited to 'conditionals/slides.tex')
-rw-r--r-- | conditionals/slides.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conditionals/slides.tex b/conditionals/slides.tex index 43f899a..f8d352b 100644 --- a/conditionals/slides.tex +++ b/conditionals/slides.tex @@ -170,7 +170,7 @@ else: \begin{enumerate} \item Use conditional statements for the following. Given a variable ``time'', print ``Good Morning'' if it is less - than 12, otherwise ``Hello''. + than 12, otherwise print ``Hello''. \vspace{10pt} \item Convert the if else ladder below into a ternary conditional statement. |