Posts

Showing posts from May, 2019

Program Java For

Image
Program Pembagian import java.util.Scanner ; public class bagi5i {     public static void main(String[] args) {     Scanner input = new Scanner(System.in) ;         System.out.println("======BELAJAR PEMBAGIAN======") ;         System.out.println("==Masukkan Bilangan Yang Akan Dibagi==") ;         int a = input.nextInt() ;         System.out.println("==Masukkan Bilangan Pembagi==") ;         int b = input.nextInt() ;         int ab = 0 ;     for( a = a; a >= b; a /= b ) {     ab += a ;     double pecahan = (double) a  / b ;         System.out.println(" Hasil " +a+ " Dibagi " +b+ " = "+pecahan) ;         }           } } Outpu...

Program Java Array

Image
Program Daftar Teman import java.util.Scanner ; public class temankuuu {     public static void main(String[] args) {         String[] temansd = new String[2] ;         String[] temansmp = new String[2] ;         String[] temansma = new String[2] ;     Scanner input = new Scanner(System.in) ;         System.out.println("=Tuliskan Nama Teman Anda=") ;     for( int sd = 0; sd < temansd.length; sd++ ){         System.out.print("Teman SD  = ") ;             temansd[sd] = input.nextLine() ;     }     for( int smp = 0; smp < temansmp.length; smp++ ){         System.out.print("Teman SMP = ") ;             temansmp[smp] = input.nextLine() ; ...

Program Java Function

Image
Program Rumus-Rumus Lingkaran import java.util.Scanner; public class programling {     public static void main(String[] args){         Scanner input = new Scanner(System.in);         int pilih = 26;         String ulang = "y"; while(ulang.equals("y")){                 System.out.println("====RUMUS DALAM LINGKARAN====");         System.out.println("[1] MENGHITUNG LUAS");         System.out.println("[2] MENGHITUNG KELILING");         System.out.println("[3] MENGHITUNG JURING");         System.out.println("[4] MENGHITUNG BUSUR");         System.out.println("[5] KELUAR");       ...

Download Link PDF Makalah SIMDIG & JARKOM

File PDF Makalah SIMDIG & JARKOM Download Disini !

Video Materi Jaringan Komputer

Cisco Packet Tracer 3 Router, 1 Switch. 4 PC PC 0     IP = 1.1.1.1     Gateway = 1.1.1.254 PC 1     IP = 170.170.170.1     Gateway = 170.170.170.254 PC 2     IP = 192.168.0.1     Gateway = 192.168.0.254 PC 3     IP = 192.168.0.2     Gateway = 192.168.0.254 Router0     0/0 = 1.1.1.254     1/0 = 10.10.10.1 Router1     0/0 = 10.10.10.2     1/0 = 100.100.100.2 Router2     0/0 = 100.100.100.1     1/0 = 170.170.170.254     2/0 = 192.168.0.254   Install Linux Debian Install Windows XP   Install Mikrotik Menghubungkan OS Asli Ke OS Virtual OS Asli     IP = 192.192.192.1     Netmask = 255.255.255.0     Gateway = 192.192.192.254 VirtualBox Host-Only Network ...