2
Answers

write a c++ program that reads the x,y coordinates

write a c++ program that reads the x,y coordinates of a point. Then you program should determine wither this point lies inside a circle with radius equal 5 and centered at the point (1,2) or not. 

Answers (2)