need help on how to go about writing the code for the following program.
program details: need to write a program that reads multiple choice questions and 4 possible answers, and 1 correct answer, then saves the question.
Then i need another program that randomly asks those questions and lets the user pick an answer.
I want the program to use a swing window to read the questions and answers.
what i cant figure out is, once a program reads user input, such as the questions and answer choices, how does it save those questions to be used the next time i run the random question program.