i business--------
(ii) my________
on the journey
(iii) I'm mother's little______
(iv) a faithful_____
such as a dog
(v) the thiefs____
(vi) find a good_____
(vii) tennis/ golf / bridge_______
(viii) his_____ in his criminal activities
Answers
Answered by
1
Explanation:
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
int multiplication;
clrscr();
printf("Enter the first number");
scanf("%d", &a);
printf("Enter the second number");
scanf("%d", &b);
multiplication = a*b;
printf("The Total is %d", multiplication);
getchar();
}
Similar questions