gqh94f8j76 gqh94f8j76 31-01-2024 Engineering contestada What is the output of the following program lines when they are embedded in a correct program? { int a = 9; cout << a; { } cout << a; int a = 8; cout << a; cout << a;