Java
UNIT 1 CHALLENGE #1 – MADLIB

separator-blank.png

CHALLENGE

In this challenge, you will create a mad lib.  Your program will get at least five inputs and use these inputs in a story. 

Be creative.  Have fun!

SAMPLE OUTPUT

Enter your first name:
Ben

Enter a teacher’s name:
Mr. Campeau

Enter a mammal:
whale

What is your average (letter):
D

Pick between ‘best’, ‘awesomest’ and ‘coolest’
awesomest

Enter a your favourite video game
Skylanders

***

Hello, my name is Ben.  I just want to say that Mr. Campeau is the awesomest teacher ever.  I’m a D- student at best in most courses but I’m a D+ in his class!  Plus, I always have a whale of a time!  In his class, the Skylanders is the limit.

Note that the bolding doesn’t actually show.  It’s there just to demonstrate the inputs in use.


SPECIFICATION

Your program needs to have the following specs:

·       Variables must have descriptive names.

·       Proper indenting must be used.

·       You must get at least 5 words from the user.

·       Make sure all punctuation and spacing is correct. (Minus 0.5 for each error.)

·       Make sure capitalization is correct.  (Minus 0.5 for each error.)

·       It must be creative.

separator-campeau.png