Question: THE PROBLEM: Design and write a program in Java that will read in four characters and write out expanded images ( five characters high )

THE PROBLEM: Design and write a program in Java that will read in four characters and write out expanded images (five characters high) of the letters. The legal letters for entry are T, I and L. Any four character sequence of these three possibilities should be taken in and expanded images of them should be drawn.
Example:
T I L T
----------|-----
||||(Note: you DO have to make
|||| them read horizontally, not
|||| vertically)
|----------|
IMPLEMENTATION: In your program you must write several methods, including ones to draw each of the three letters. Hint: Each letter drawing method should have a parameter that tells the method which level of the image to draw --- i.e.1 to 5. You could also write a method that will draw one level for all four of the input characters. You should have a method that keeps track of which line to print out of a given character.
WHAT TO HAND IN: Just like every other assignment be sure to include your code, along with screen shots of your program in action.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!