Skip to content

Commit 982643d

Browse files
committed
remove redundency
1 parent e6af616 commit 982643d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/ch4_conditionals.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ public class ElseIf {
162162
<title>Using the <c>switch</c> Statement</title>
163163

164164
<p>
165-
Java also supports a <c>switch</c> statement that acts something like the <c>elif</c> or Python <c>match</c> statement of Python under certain conditions. To write the grade program using a <c>switch</c> statement we would use the following:
166-
</p>
165+
Java also supports a <c>switch</c> statement that acts something like the <c>elif</c> or Python <c>match</c> statement under certain conditions. To write the grade program using a <c>switch</c> statement we would use the following:
166+
</p
167167

168168
<note>
169169
<p>

0 commit comments

Comments
 (0)