Answered You can hire a professional tutor to get the answer.
Problem 1 : Create a script that will convert Rectangular Form Complex number Z = a + jb into Polar Form Z=r or Polar Form Complex number into...
or Polar Form Complex number into Rectangular Form. At the end of each computation, the user should be prompted whether she/he wants to repeat or to stop the process and based on the user's choice, the whole process should be repeated or stopped. Please use the following screenshot for example.
· Needed Equations (in case you do not know)
· Needed Functions : sqrt(value) or pow(value1, value2) Ex: r=sqrt(A*A+B*B); r= pow(A*A+B*B,0.5)