Postingan lainnya
Error pada inputan , seharusnya input kode dulu tapi langsug ke brand ?
#include #include #include #include #include #include
class Smartphone { private: int kode; char brand[25];
public: void entri_smartphone(); }; void rekam_smartphone(Smartphone smartphone); void main() { int pilih; cout<<"Press = 1 (Input)"; cin>>pilih; if(pilih==1) { Smartphone smartphone_elektronik;
rekam_smartphone(smartphone_elektronik); }
}
void Smartphone::entri_smartphone() { char tmp[15]; clrscr(); cout<<"<>"<
0
Belum ada Jawaban. Jadi yang pertama Jawaban
Login untuk ikut Jawaban