find the equation of set of points P such that the distance from A (2,3,4) is equal to twice the distance from B (-2,1,2)
Answers
Answered by
0
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 mark me as branilist
Similar questions