Tugas Tambahan Modul 1

Embed Size (px)

DESCRIPTION

tugas tambahan modul 1

Citation preview

TUGAS TAMBAHANCari R equivalen :#include #include using namespace std;int main(){ int R1,R2,R3,R4,R5,R12,R45;float R123,R12345,Req; coutR1; coutR2; coutR3; coutR4; coutR5; R12 = R1+R2;R45 = R4+R5; R123 = (R3*R12)/(R3+R12); R12345 = (R123*R45)/(R123+R45); cout