English, asked by gtech7690, 29 days ago

what is tha khamba khada hogaya hai​

Answers

Answered by gamegirl5
0

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