Main public logs
Appearance
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:02, 14 October 2022 Kangtain talk contribs created page Materi/Pemrograman Berorientasi Obyek/Praktek:Menggunakan variable dan tipe data di java (Created page with "<syntaxhighlight lang="java" line="1"> public class MyClass { public static void main(String[] args) { String firstName = "John "; String lastName = "Doe"; String fullName = firstName + lastName; System.out.println(fullName); } } </syntaxhighlight> * Ketika dijalankan hasilnya John Doe <syntaxhighlight lang="java" line="1"> public class MyClass { public static void main(String[] args) { int myNum = 5; // integer (whole number)...") Tag: Visual edit