cpp program to define two classes polar and rectangle to represent points in the polar and rectangular systems.Ise conversation routine to convert from one system to other.
Answers
Answered by
1
Explanation:
cpp program to define two classes polar and rectangle to represent points in the polar and rectangular systems.Ise conversation routine to convert from one system to other.
mere bhai brainlist click krna
Answered by
1
Answer:
To convert from Polar Coordinates (r,θ) to Cartesian Coordinates (x,y) :
x = r × cos( θ )
y = r × sin( θ )
mark me brainliest answer and follow me
Similar questions