Perimeter of base of a cuboidal box is 10 m and height is 6 m. Find its area of four walls.
60 square m
16 square m
360 square m
none
Answers
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
Answered by
2
Similar questions