leslieenriquez1470 leslieenriquez1470 19-02-2024 Computers and Technology contestada What will the following code display?int x = 0;for (int count = 0; count < 3; count++) x += count;cout << x << endl;a. 012b. 0c. 6d. 3