We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2aa83 commit 8a91ca7Copy full SHA for 8a91ca7
README.md
@@ -27,6 +27,7 @@ In c++, every main function should end with a return(0) statement, otherwise a w
27
Line 4 is used to declare a variable with an integer data type.
28
29
Now we've got three statements within the main function, these are:
30
+
31
-Line 5 to give instructions to the user,
32
-Line 6 to read input from the user and
33
-Line 7 to display the user input back to the screen.
0 commit comments