Question: 1. (15 points) IntialStars.java. Write a program that will print your initials in caps to standard output in letters that are nine lines tall.

1. (15 points) IntialStars.java. Write a program that will print your initials in caps to standard output in letters that are nine lines tall. Each big letter should be made up of a bunch of *s. For example, if your initials were "DJE", then the output would look something like: ***** ** ** ** ** ** ** ** *
Step by Step Solution
There are 3 Steps involved in it
public class InitialStars public static void mainStr... View full answer
Get step-by-step solutions from verified subject matter experts
