721
edits
Line 97: | Line 97: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
(where p0 is of class Point2D) | (where p0 is of class Point2D) | ||
Write an algorithm that calculates the centroid of the given points | |||
* Write an algorithm that calculates the centroid of the given points! | |||
* Use a for loop to add up any given number of points! (for this, put the points into an array and then access the array in the loop!) | |||
If you are curious of the operator+ and operator/ statements, google "cpp operator overloading" ! | If you are curious of the operator+ and operator/ statements, google "cpp operator overloading" ! |