This homework focuses on advanced mathematical calculations and building practical calculators. You'll work with complex expressions and real-world math problems.
Goal: Master advanced calculations and build useful mathematical tools!
Calculate areas of different shapes!
Calculates the area of a rectangle, circle, and triangle using user input dimensions.
Convert between Celsius and Fahrenheit!
Converts temperature between Celsius and Fahrenheit using the standard conversion formulas.
Calculate compound interest for investments!
Calculates compound interest using the formula: A = P(1 + r/n)^(nt), where P is principal, r is rate, n is compounding frequency, and t is time.
Calculate Body Mass Index!
Calculates BMI using the formula: BMI = weight(kg) / height(m)² and categorizes the result.
Work with mathematical constants and basic functions!
Demonstrates mathematical constants and basic mathematical operations using predefined values.