Mad Lib

From CompSciWiki
Revision as of 17:08, 5 April 2010 by KarelK (Talk | contribs)

Jump to: navigation, search

Back to the Program-A-Day homepage

Problem

Lets create a program which takes some text input from a user and then makes a Mad Lib out of it. We're going to look at making this application using JOptionPane with both input and output.

 

...by students

An image or By Students section

Solution

The solution...

Code

Solution Code

Back to the Program-A-Day homepage