Program c++ faktorial August 27, 2013 Posted by Bops Programer No comments Struktur data (Semester 3) Faktorial program poted by: Nazih #include<iostream> using namespace std; int faktorial(int x){ int b = 1; ... Read More
Program c++ Struct August 27, 2013 Posted by Bops Programer No comments Struktur Data (Semester 3) Program Struct_Mobil Posted by: Muhammad Nazih #include<iostream>#include<string>#include<iomanip>using namespace std;void cetak(); //--soal 1ctypedef struct Mobil{ //--soal 1a string seri; string warna; float harga; ... Read More