Ini adalah contoh-contoh coding yang mungkin bisa bermanfaat buat teman-teman...
^Selamat Mencoba^
1. Program Java Pertama
Menampilkan ”Hello world”
Ø public class Hello
{
/**
* My first java program
*/
public static void main(String[] args) {
// Prints the string "Hello world" on screen
System.out.println("\nHello world!");
}}
0 komentar:
Posting Komentar