I have the following problem when I print this function
System.out.println("Area do Tetraedro = " + c1.getArea());
The value of it is very large, eg:
Area of Tetraedo = 389.71143170299734
How to leave it with two decimal places? And also, how to put the unit of measurement at the end?