Jump to content

Pemrograman Berorientasi Obyek:Praktek Menampilkan text dengan java: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 November 2022

19 November 2022

15 October 2022

14 October 2022

  • curprev 20:5620:56, 14 October 2022 Kangtain talk contribs 818 bytes +129 No edit summary
  • curprev 13:5713:57, 14 October 2022 Kangtain talk contribs 689 bytes +54 No edit summary
  • curprev 13:5713:57, 14 October 2022 Kangtain talk contribs 635 bytes +635 Created page with "* Simpan dengan nama file <code>Job1.java</code> <syntaxhighlight lang="java" line="1"> public class Job1 { public static void main(String[] args) { System.out.println("Hello World"); } } </syntaxhighlight> Hello World * Simpan dengan nama file <code>Job1a.java</code> Untuk memberikan komentar/keterangan di listing program gunakan <code>//</code><syntaxhighlight lang="java" line="1"> public class Job1a { public static void main(String[] args) { System.ou..." Tag: Visual edit