a round cake is cut into 25 pieces ,how many cubes are required?
Answers
Answered by
1
Answer:
good mornig
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