Challenge 1: Calculating the Area
In this challenge, you will implement a class for calculating the area of the right angled triangle.
We'll cover the following...
Problem statement
Basic maths is something we all learned in our early years. Areas of shapes, their perimeters and so on! Today, we want you to calculate the area of the right-angled ...