...
/Solution Review: Visualize a Triangle in a Circle
Solution Review: Visualize a Triangle in a Circle
Have a look at the solution to the 'Visualize a Triangle in a Circle' challenge.
We'll cover the following...
We'll cover the following...
Rubric criteria
Solution
Rubric-wise explanation
Point 1:
Look at line 11. We declare the header of the area method: public static double area(double QRside, int radius). It returns the area (double). According to the formula:
Where