bagi bagi source kode.
#include "stdafx.h";
#include "iostream"; //made by mortarboyz;
using namespace std;
double d,h,m,s; //variable
int main()
{
cout << "Masukkan Jumlah Hari = ";
cin >> d; //input
h=d*24;
m=h*60;
s=m*60;
cout << "Jumlah Hari : " << d << endl;
cout << "Jumlah Jam : " << h << endl;
cout << "Jumlah Menit : " << m << endl;
cout << "Jumlah Detik : " << s << endl;
char f;
cin >> f;
return 0;
}
maap agak kacau. masih newbie sih..
Tidak ada komentar:
Posting Komentar