the mean of 14,9,22,14,22,18 is
Answers
Answered by
0
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();
}
Similar questions
English,
2 months ago
Environmental Sciences,
2 months ago
Math,
2 months ago
Computer Science,
4 months ago
Science,
4 months ago
Math,
10 months ago
Hindi,
10 months ago