I often forget what I wanted to say when the teacher calls on me to speak. Can you make me a tool to solve this?
Requirements:
- The program must loop as follows:
- First, take in input
- If the input is empty, print the last stored question.
- Otherwise, store the input as a question.
Notes:
- The input will never be empty if there are no questions stored.
Remember, this is code-golf, so the code with the smallest number of bytes wins.
