#include <iostream>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>'
#include <conio.h>
/* 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 b,a,jumlah,i;
jumlah=0;
cout<<"Masukkan A : ";cin>>a;
cout<<"Masukkan B : ";cin>>b;
for(i=1;i<=abs(b);i++)
jumlah=jumlah+a;
if(b<0)
jumlah=-jumlah;
cout<<a<<"x"<<b<<"="<<jumlah<<endl;
return 0;
}
Beikut hasilnya....
ini flowchartnya :
Selamat Mencoba.....
0 komentar:
Posting Komentar