Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0be1d5

Browse files
displays the word "HI" in large block letters
1 parent fffcdda commit d0be1d5

File tree

1 file changed

+18
-0
lines changed
  • textbook work/java software solutions/intro

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
public class Practice {
2+
/**
3+
* Write a program that displays the word "HI" in large block
4+
* letters. Make each large letter out of the other character
5+
* */
6+
7+
public static void main(String[] args){
8+
System.out.println("III III HHHHHHHHHHH\n" +
9+
"III III H\n" +
10+
"III III H\n" +
11+
"III III H\n" +
12+
"IIIIIIIIIII H\n" +
13+
"III III H\n" +
14+
"III III H\n" +
15+
"III III H\n" +
16+
"III III HHHHHHHHHHH\n");
17+
}
18+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /