Postingan

Menampilkan postingan dari 2020

Contoh Tipe Data Array Satu Dimensi

Gambar
Tipe Data Array adalah tipe data terstruktur yang merujuk kepada sebuah atau sekumpulan elemen yang mempunyai tipe data yang sama melalui indeks. Array biasanya disebut juga sebagai tabel, vektor atau larik. Struktur Array disimpan dengan urutan yang sesuai dengan definisi indeks secara kontigu (berurutan) dalam memori komputer. Dari segi dimensinya Array dibagi menjadi 3 yaitu Array  Satu  Dimensi, Array   Dua  Dimensi, dan Array Multi-Dimensi.  Pada artikel kali ini saya akan memberikan contoh array satu dimensi dan dua dimensi : +Contoh Array Satu Dimensi dengan menginput nama-nama bunga import java.util.Scanner; public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print("Masukan jumlah data yang ingin kamu masukan ="); //Untuk meninput data int i =input.nextInt(); String[] bunga=input[i]; for (i=0; i<bunga.length; i++){ System.out.print("Data ke-"+(i+1)+" = "); bunga[i]=input.next(...

The internet has renewed the education system in Indonesia

Gambar
Tema : The Impact of IT and Internet in Education The internet has renewed the education system in Indonesia          In this modern era the internet is very easy to find and is now attached to the lives of Indonesian people. Especially in the world of education that can help complete a job or to find out what we want to find         The internet stands for interconnected network, The internet is a communication system that connects networks throughout the world and exchanging information and data through the internet using hardware such as cellphones, laptops and others.          With the development of the internet tends to affect the world of education in Indonesia. where a student is guided using the internet as a support for learning media to increase knowledge, get useful information and add insight easily. all information is very easily accessible and can be time ...