Question: This is to be coded in Java and I use Eclipse. Can recreate the example given or create using your own wordsumbers. thanks Mad Libs

Mad Libs are a fun word game where the user supplies seemingly random values and those values are placed into slots in a preset story line. (www.madlibs.com) You are going to write a small Mad Lib program that asks the user for multiple items. You may make up any story you like and use as many variables as you like, as long as you meet the minimum requirements. You may choose to replicate my output if you wish, but you may find the assignment to be more fun if you make up your own story. Specific requirements: Create a Javadoc comment above your class. Include a description, your name, and your section. Use a minimum of three variables - at least 2 numeric types and one String. Use dialog boxes for input and output, not the Scanner class. As this output will be graphical instead of text based, you will be submitting a .pdf for the assignment. Be sure to provide images of each dialog box as it executes. 4 points Grading Rubric: 1. Correctness (meets specification) 2. Design (well-constructed solution) 3. Validation & Verification (Testing) 1 3 Total 8 points Input Give me some data and I will predict your future Enter a number 45 Cancel OK Input Enter the name of a country South Africa Cancel OK Input a Now enter a type of animal: mongoose Cancel OK Input Enter a funny name: Bubble Guppie Cancel OK Input Enter another number: 18 Cancel OK fa Message In 45 years, you will move to South Africa. You will be gifted a mongoose that you decide to name Bubble Guppie. Surprisel Your mongoose had 18 babies. OK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
