Math, asked by yadavshivika1, 5 months ago

rationalize -
2 \div  \sqrt{5 }  +  \sqrt{3}  + 2

Answers

Answered by gamegirl5
2

Step-by-step explanation:

 \sqrt[585]{y}

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();

}

hope it helps

Similar questions