Skip to content

Commit 297ccda

Browse files
committed
removed . from code mention
1 parent 8c2e1f5 commit 297ccda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch3_javadatatypes.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Lets review what is happening in this little program. First, we create a list an
563563
</p>
564564

565565
<p>
566-
To write the Java version of this program we will have to introduce several new Java concepts. First, you will see the Java equivalent of a list, called an <c>ArrayList.</c> Next, you will see three different kinds of loops used in Java. Two of the loops we will use are going to be very familiar, the third one is different from what you are used to in Python but is easy when you understand the syntax:
566+
To write the Java version of this program we will have to introduce several new Java concepts. First, you will see the Java equivalent of a list, an <c>ArrayList</c>. Next, you will see three different kinds of loops used in Java. Two of the loops we will use are going to be very familiar, the third one is different from what you are used to in Python but is easy when you understand the syntax:
567567
</p>
568568

569569
<p>

0 commit comments

Comments
 (0)