Subject Name    C++
Program Name    Polar To Rect Conversion
Program Description    Design a class polar which describes a point in the plane using polar co-ordinates radius and angel. A point in polar co-ordinates is show: X=r*cos(a) Y=r*sin(a) A=atan(X/Y) R=sqrt(X*X+Y*Y)
 
To Download Code, Use Ctrl+A(Select All) & Ctrl+C (Copy)
Program Code
   
Input Values(You must enter all user input value here, that you want to use during runtime)
To Run C++ Program
1. #include<iostream.h> change to #include<iostream>
2. #include<math.h> change to #include<cmath>;
3. #include<string.h> change to #include<cstring>;
4. Add line using namespace std;
These all(1 to 4) will be done automatically..., So don't worry.







 
Copyright © 2019. All rights reserved. Terms, Privacy

.