removed old testpad
This commit is contained in:
parent
a582e02bfe
commit
076c8b5a6d
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
package xs_ibdpcompsci_javaintro;
|
||||
|
||||
public class testpad {
|
||||
public static void main(String[] args) {
|
||||
|
||||
//Arrays
|
||||
String[][] KPOP = {{"NAYEON", "JEONGYEON", "MOMO", "SANA", "JIHYO", "MINA", "DAHYUN", "CHAEYOUNG", "TZUYU"}};
|
||||
for (String[] KPOP_MEMBERS : KPOP) {
|
||||
for (String PERSONA : KPOP_MEMBERS) {
|
||||
System.out.println(PERSONA);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue