removed old testpad

This commit is contained in:
buzz-lightsnack-2007 2024-01-22 12:00:01 +08:00
parent a582e02bfe
commit 076c8b5a6d

View file

@ -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);
}
}
}
}