rationalize -
![2 \div \sqrt{5 } + \sqrt{3} + 2 2 \div \sqrt{5 } + \sqrt{3} + 2](https://tex.z-dn.net/?f=2+%5Cdiv++%5Csqrt%7B5+%7D++%2B++%5Csqrt%7B3%7D++%2B+2)
Answers
Answered by
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();
}
hope it helps
Similar questions