2.15 Example Run Assume that the file prog.c-- contains the following simple program : // Simple test program int a ; const string s = Input : ; const string endl = \n ; { cin >> a ; cout << s ; cout << b ; cout << endl ; }