शेजारी दिलेल्या आकृतीत काही मापे दर्शवली आहेत त्यावरून abcd
Answers
Answered by
0
Answer:
what is this hahaha hahahaha
Answered by
2
Step-by-step 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();
}
please make branilist
Similar questions