menu
Sabtu, 09 April 2016
BAB 1 kasus 7
#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
int beras=5500;
int uang=20000;
float sisa=uang/beras;
cout << " Ibu memiliki uang Rp."<< uang<<" sedangkan harga beras perkilo Rp."<< uang << endl;
cout << " ___________________________________________________________________________ "<< endl;
cout << " Jadi uang ibu Rp."<<uang<<" Memperoleh beras sebanyak "<<sisa<<" Kg"<< endl;
return 0;
}
raptor :
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar