Answer:
I think you wanted pseudocode so:
- String food
- String sport
- String book
- String game
- then ask the user like, what is your favorite food?
- put the users answer in the food variable
- ask what is your favorite sport?
- put the answer in the sport variable
- etc
- then do String story = food + sport + book + game
- print story out
Step-by-step explanation:
Lines 1 - 4 are making the variables for the user to fill in
Lines 5 - 9 are getting answers for the Strings
Lines 10 - 11 are making and printing the story