You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Java console application I created implementing the classic MadLibs game. Prompts users for nouns, verbs, adjectives via Scanner input, stores responses in variables, and dynamically inserts them into story templates using string concatenation. Outputs the completed narrative to console. Demonstrates input handling and string manipulation.