C++ Homework?? (Area of a Shaded Region)

Pages: 12
ALL DONE!! :) Runs perfectly. Thanks for the help!!
You need to close your if statement in the proper place, with the syntax if { body }. If you do this properly with return 0; within your if statement (to end the program at a negative value), you also need it at the end of your program to end main().
Topic archived. No new replies allowed.
Pages: 12