Problem Description
Jennys home work for Third day is to find Multiplication of two numbers, help jenny to solve the problem.CODING ARENA
#include <stdio.h>
int main()
{
int a,b,c;
scanf("%d%d",&a,&b);
c=a*b;
printf("The Multiplication of two number is:%d",c);
return 0;
}
Test Case 1
Input (stdin)6 2
Expected OutputThe Multiplication of two number is:12
Test Case 2
Input (stdin)-5 5
Expected OutputThe Multiplication of two number is:-25
Cool stuff you have got and you keep update all of us. Worksheets for kindergarten
ReplyDelete