Ad Code

Responsive Advertisement

1004 - Simple Product

Author: Ismail Hosen

Daffodil International University





Problem Link

//Please follow from main function



#include<stdio.h>


int main()


{


    int a, b, PROD;





    scanf("%d", &a);


    scanf("%d", &b);





    PROD=a*b;





    printf("PROD = %d\n", PROD);





    return 0;


}


Post a Comment

0 Comments