MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / main

Function main

Lab_01/02_take_user_input.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8int main()
9{
10 int number;
11 cout << "Enter an integer: ";
12 cin >> number;
13 cout << "You entered: " << number << endl;
14 system("pause");
15 return 0;
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected