You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ Decimal numbers
29
29
30
30
### --feedback--
31
31
32
-
`Int` is used for whole numbers, not for numbers with decimal parts.
32
+
`int` is used for whole numbers, not for numbers with decimal parts.
33
33
34
34
---
35
35
36
36
Textual information
37
37
38
38
### --feedback--
39
39
40
-
`Int` represents whole numbers, not text. `String` is used for textual information.
40
+
`int` represents whole numbers, not text.
41
41
42
42
---
43
43
@@ -49,7 +49,7 @@ Images or graphics
49
49
50
50
### --feedback--
51
51
52
-
`Int` is for storing numerical values, not for images or graphics.
52
+
`int` is for storing numerical values, not for images or graphics.
0 commit comments