CARA MENAMPILKAN "HELLO WORLD" DENGAN NETBEANS
PERINTAH MENAMPILKAN “HELLO WORLD”
package wasito;
public class Wasito {
public static void
main(String[] args) {
System.out.println("Hello world By wasito!");
}
}
|
No comments: