Math, asked by sanjoyhazra1, 2 months ago

if a square sheet of paper is cut into 2 pieces along the line joining one corner to the opposite edge so that ratio of cut pieces is 3:1 find the ratio of perimeter​

Answers

Answered by gamegirl5
2

Step-by-step explanation:

good mornig

#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