Math, asked by anuradhadevi2021, 4 months ago

The length of the diagonal of a square is 6√2 cm. Find the length of its side and hence find the area of the square.

\small\tt{Pls \: answer}

Answers

Answered by gamegirl5
1

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