-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathName.java
More file actions
18 lines (18 loc) · 834 Bytes
/
Name.java
File metadata and controls
18 lines (18 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class NathanHomework
{
public static void main(String[] args) {
System.out.println("N N A TTTTTTT EEEEEEE W W");
System.out.println("NN N A A T E W W");
System.out.println("N N N A A T E W WW W");
System.out.println("N N N A A T EEEEEE W W W W");
System.out.println("N N N AAAAAAAAA T E W W W W");
System.out.println("N NN A A T E W W W W");
System.out.println("N N A A T EEEEEEE WW WW");
}
}
/*Nathan Wheeler
nrwheeler2201@student.stcc.edu
1/27/22
CsC-111
Homework 1
This program will take print imputs to print my name as a banner*/