Math, asked by ramadvaith06, 3 months ago

Find the points on the x-axis which are at a distance of 2root 5 units from the point (7, -4)

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 me branilist

Similar questions