As one of the requirements to earn a B- or higher, you must complete exercise 6 on pp 341-342, which requires you to solve a set of problems regarding the calculation of properties of a circle.You need to write three functions; these are their headers:
double radius(double x1, double y1,
double x2, double y2)
double circumference(double r)
double area(double r)
I have finished grading the first exam. Several students did very well prior to the application of the curve. Several students did not. The five no-shows (Fs in the table) must see me in order to make arrangements for make up exams.
These are solutions to the programming problems from this week's exam. Please note that the methods presented are not the only way to solve the problems assigned. If you used a different approach and your code generated a valid answer, you could still earn full credit.
Read chapter 6, User-Defined Functions I.
I was reviewing today's batch of source code submissions and I noticed that an awful lot of people were not making good use of their whitespace. Please observe the following rules in your code:
Today is the end of the third WebAdvisor monitoring interval. Students with attendance issues, poor homework performance, and/or missing assignments should take this warning seriously.

The first annual Brookdale Community College 5K run/walk to raise money for scholarships for the International Center Study Abroad Program is scheduled for Sunday, October 30th at 9:00 at Thompson Park. The cost is $25, and if you register before the 14th it includes a commemorative T-shirt. All of the donations go to the program.
Being able to see the line numbers in your source code can come in really handy when programming. To see the line numbers in the Dev-C++ IDE, select Tools->Editor options and select the Line Numbers option on the Display tab.
The required textbook for this course is C++ Programming: From Problem Analysis to Program Design by DS Malik.