Xcode8 - Program is not executing correctly
问题 While using Xcode8 says that it is running but there is no output. Output: 10 Please enter the rectangle's length: 10 Please enter the rectangle's width: The length for the rectangle is 10.00 The width for the rectangel is 10.00 The area for a rectangle is 100.00 The radius for a circle is 10.00 The area for a circle is 314.16 Program ended with exit code: 0 Wanted Output: Please enter the rectangle's length: 10 Please enter the rectangle's width: 10 The length for the rectangle is 10.00 The