#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 a,b,c;
float x;
cout<<"masukan A:";cin>>a;
cout<<"masukan B:";cin>>b;
x=a/b;
c=a%b;
cout<<x<<"~~~~"<<c;
return 0;
}

RAPTOR

Tidak ada komentar:
Posting Komentar