Exercises
- Create some functions that find the area of different shapes (triangle, circle, etc.)
- Create a function that finds the hypotenuse given 2 legs of a triangle.
- Build a function that converts Fahrenheit to Celsius and Celsius to Fahrenheit.
- Write a function that finds the cost of pizza given the diameter of the pizza and the total cost.
Possible Solutions
Create some functions that find the area of different shapes (triangle, circle, etc.)
Create a function that finds the hypotenuse given 2 legs of a triangle.
Build a function that converts Fahrenheit to Celsius and Celsius to Fahrenheit.
Write a function that finds the cost of pizza given the diameter of the pizza and the total cost.