| 6 | using namespace std; |
| 7 | |
| 8 | int 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected