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<<"<>"<

avatar bilal23
@bilal23

3 Kontribusi 0 Poin

Dipost 5 tahun yang lalu

Belum ada Jawaban. Jadi yang pertama Jawaban

Login untuk ikut Jawaban