We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2438a commit fe6395aCopy full SHA for fe6395a
1 file changed
main.cpp
@@ -7,7 +7,7 @@ using std::cout;
7
8
int main()
9
{
10
- cout << "THE FIRST EXAMPLE MATH DISPLAY!\n";
+ cout << "THE FIRST EXAMPLE MATH DISPLAY!\n"
11
cout << "Hi, please enter two whole numbers: ";
12
13
int x,y;
0 commit comments