#include using namespace std; void main() { try{ cout<<"Throwing an exception 7 ...\n"; throw 7; cout<<"You shouldn't see this line"; } catch(int i){ cout<<"Value "<