imronkom 8/29/2016 Add Comment Bahasa Pemprograman Edit example linked list (insert) package linklist_insert; import java.util.*; /** * * @author Compaq */ public class Main { /** * @param args the ... Read More
imronkom 8/29/2016 Add Comment Bahasa Pemprograman Edit contoh simple calculator (handling exception) import java.util.*; public class kalkulator { // method operasi kali public int kali(int a, int b){ int c= a*b; return ... Read More
imronkom 8/29/2016 Add Comment Bahasa Pemprograman Edit contoh matriks orthogonal import java.util.Scanner; public class array { public static void main(String[] args) { //deklarasi variabel array dan pe... Read More
imronkom 8/29/2016 Add Comment Bahasa Pemprograman Edit example read input from file Java import java.io.*; import java.util.*; public class Main { public static void main (String[] args)throws FileNotFoundException { ... Read More
imronkom 8/27/2016 Add Comment Media Pembelajaran Edit Make Android-Based Learning Media (part 6) Tutorial on how to create media-based learning android with Construct 2 we move back in the discussion. We are going back to using Constru... Read More
imronkom 8/27/2016 Add Comment Media Pembelajaran Edit Make Android Media Based Learning (Part 5) This tutorial will continue the discussion of how to create media-based learning android with Construct 2. This tutorial is a continuati... Read More
imronkom 8/27/2016 Add Comment Media Pembelajaran Edit Make Android-Based Learning Media (part 4) Tutorial on how to create media-based learning android with Construct 2 is a continuation of the previous tutorial. We will reuse the soft... Read More