chamarabrown1110 chamarabrown1110 25-11-2022 Computers and Technology contestada what is written by the following algorithm? push(yourstack, 7) push(yourstack,3) push(yourstack,4) pop(yourstack,item) pop(yourstack,item) push(yourstack,item) while(not isempty(yourstack)) pop(yourstack,item) write item