include [HTML_REMOVED]
include[HTML_REMOVED]
/ run this program using the console pauser or add your own getch, system(“pause”) or input loop /
int main(int argc, char* argv) {
int a,b,PROD;
scanf(“%d%d”,&a,&b);
PROD=ab;
printf(“PROD = %d”,PROD);
return 0;
}