Find the points on the x-axis which are at a distance of 2root 5 units from the point (7, -4)
Answers
Answered by
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 me branilist
Similar questions
Business Studies,
1 month ago
Computer Science,
1 month ago
English,
1 month ago
English,
3 months ago
Biology,
3 months ago
World Languages,
9 months ago
Math,
9 months ago