Sabtu, 19 Maret 2016

Kasus 2.3 Alpro

#include <iostream>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main(int argc, char** argv) {
    int c,d;
    float inchi;
    cout<<"masukan meter :";cin>>c;"m";
    d=c*100;
    cout<<"Konfersikan Meter Ke Centi Meter :"<<d<<endl;
    inchi=(c*100)/2.54;
    cout<<"Konfersi Meter Ke Inchi :"<<inchi;

    return 0;
}


Raptor



Tidak ada komentar:

Posting Komentar