Tikpedia.com
Menyajikan informasi tips dan triks yang menarik!
Menyajikan informasi tips dan triks yang menarik!
#include <stdio.h> #include <conio.h> #include <windows.h> main(){ system("color 1a"); int n; printf("Masukkan nilai positif at…
Read more#include <stdio.h> main(){ char kar; int jumkar=0,jumspasi=0; puts("Masukkan Kalimat Dan Akhiri Dengan Enter"); puts("Akan Dihitung Jumlah…
Read more#include <stdio.h> #include <conio.h> #include <windows.h> main(){ system("color 1a"); int a,hasil=0; printf("\tMenentukan Bil…
Read more#include <stdio.h> main(){ char pilihan; int benar=0; printf("anda mau mengulangi lagi Y atau T\n"); do { pilihan=getchar(); benar=(pili…
Read more#include <stdio.h> main(){ int bilangan; for (bilangan=2;bilangan<=20;bilangan++) printf("%d\n",bilangan); } tampilan outputnya akan sepert…
Read more1. Program Menghitung Energi Listrik #include <stdio.h> #include <conio.h> main() { int v,I,t,W; printf("Tegangan=");scanf("%d"…
Read more#include <stdio.h> #include <conio.h> #include <windows.h> main() { system ("color 1a"); char nama[20]; int bb,t; int kode; cha…
Read more#include <stdio.h> #include <conio.h> main() { int x,y,z,matriks[2][4][5]; int jumlah=0; float rata; printf("Input Elemen Array : \n"…
Read more#include <stdio.h> #include <conio.h> main() { int index,nilai[10]; int jumlah=0; float rata; printf("Input Nilai 10 Mahasiswa\n");…
Read more#include <stdio.h> #include <conio.h> main() { int index,nilai[10]; int jumlah=0; float rata; printf("Input Nilai 10 Mahasiswa\n");…
Read more#include <stdio.h> #include <conio.h> main(){ int bp,t,dib,kem,kek; int kode; printf("\t\tWarteg Bengkel Perut\n"); printf("\tKhus…
Read more#include <stdio.h> #include <conio.h> #include <windows.h> main(){ char nm[10]; system("color 1a"); int jb,kode,tb1,tb2; printf(&…
Read more#include <stdio.h> #include <conio.h> main(){ char nama[20],barang[20]; float harga,banyak,totalharga,diskon,totalbayar; printf("\t\t\tTotal Pe…
Read moreHasilnya akan seperti ini : dan source code nya : #include <stdio.h> #include <conio.h> #include <math.h> main(){ int a,b,h1,h2; int x[5…
Read moreAplikasi Matriks ini saya buat dinamis, jadi bisa bermacam-macam ordo kita masukkan. Namun untuk ooperator matematikanya saya batasi dengan penjumlahan. jika ingin pengu…
Read more1. Pengenalan OOP Fundamental : - Classes - Object - Method - Visibility - Inheritance - Polymorphism - Abstraction - Encapsulation 2. Kelas dan Atribut Memb…
Read more