Harley9591 Harley9591 08-03-2024 Computers and Technology contestada Here is a code snippet. What is the output when the code is executed? int myInt = 5; myInt += 5; myInt -= 2; cout << myInt; A) 3 B) 5 C) 8 D) 10