Lab 6 -60-266 – use PUSH and POP operations to access stack
OBJECTIVES: i) To learn about the runtime stack. ii) To use PUSH and POP operations to access stack. Problem: Read in your last name in lowercase letters (exclude any non-alphabetic characters). Store the name in a string. Reverse the string, ...
Continue reading