Question: I was given the subsequent assignment to code, and I'm new to this sort of thing and I'm not very good at this programming business. If you could help me with the given program, I'd be very appreciative:
Program: Write a program to convert between rectangular and cylindrical coordinates, based upon user input.
For case, if the user wants to convert cylindrical to rectangular coordinates, the user would input r, ?, z values and the program would output x, y, and z values.
You have to use pass by reference functions to do this assignment! Also, your program must show units for both input and output.