Wednesday, April 22, 2020

Augusta Technical College Student Services Spring Semester Survey

We have been at our homes for a month; some of you started as online students and some of of you have had the challenge of becoming online students mid-semester. This survey is a check up on how you are doing in your classes and at your home. The end of the survey allows you to share your contact information if you would like some assistance from the College. We want to continue to support you at this time. Please let us know how we can be of assistance. Augusta Technical College Student Services
Spring Semester Survey

Monday, April 20, 2020

Week 16 Platform Revisit

T1 Implement a Triangle Calculator on the platform of your choice.
Calculates the area of a  Equilateral Triangle.
T2 Implement a Triangular Pyramid calculator.
The volume of a  triangular Pyramid
Note: The triangle sides are all the same.
T1 The Area of Equilateral Triangle: K = (1/4) * √3 * len2  
T2 The volume of a triangular Pyramid: 1/3*(√3)/4*(Length*Length)*Height
Square root examples:AppInventor
c: result=sqrt(3);
c#: Math.Sqrt(3);
Java: Math.sqrt(3);
Swift:
let x = 3.0
print(x.squareRoot())



  online Triangular Pyramid Calculator

Equilateral Triangles Calculator

Triangle Calculator