Skip to content

Commit 8a91ca7

Browse files
authored
Update README.md
1 parent 4f2aa83 commit 8a91ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ In c++, every main function should end with a return(0) statement, otherwise a w
2727
Line 4 is used to declare a variable with an integer data type.
2828

2929
Now we've got three statements within the main function, these are:
30+
3031
-Line 5 to give instructions to the user,
3132
-Line 6 to read input from the user and
3233
-Line 7 to display the user input back to the screen.

0 commit comments

Comments
 (0)