Exercise 1: Calculating Area
Calculate the area of a triangle by using classes.
We'll cover the following...
Problem statement
Write a class Triangle that contains two public float data members, ...
Ask
Calculate the area of a triangle by using classes.
Write a class Triangle that contains two public float data members, ...