File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
\end {cppcode* }
16
16
\begin {itemize }
17
- \item \mintinline {cpp}{else} and \mintinline {cpp}{else if} clause are optional
18
- \item \mintinline {cpp}{else if} clause can be repeated
19
- \item braces are optional if there is a single statement
17
+ \item The \mintinline {cpp}{else} and \mintinline {cpp}{else if} clauses are optional
18
+ \item The \mintinline {cpp}{else if} clause can be repeated
19
+ \item Braces are optional if there is a single statement
20
20
\end {itemize }
21
21
\end {block }
22
22
\end {frame }
49
49
\end {cppcode* }
50
50
\vspace {-0.2cm}
51
51
\begin {itemize }
52
- \item if test is \mintinline {cpp}{true} expression1 is returned
53
- \item else expression2 is returned
52
+ \item If test is \mintinline {cpp}{true} expression1 is returned
53
+ \item Else, expression2 is returned
54
54
\end {itemize }
55
55
\end {block }
56
56
\pause
You can’t perform that action at this time.
0 commit comments