I am trying to get reference working with my program but am having difficulties with it giving out the right number. I am just working on the void GetArea(double radius, double& area) right now. The program works all except for that void referencing. How do I go about getting it to reference area from my main()?