ImpIowhea3alexis ImpIowhea3alexis 09-11-2016 Computers and Technology contestada What is the output of the following program fragment? int alpha [ 5 ] = {100, 200, 300, 400, 500}; int i; for (i = 4; i > 0; i--) cout << alpha [ i ] << ' ' ;