A simple C program that calculates the area of a triangle using user-provided base and height values. This beginner-friendly project demonstrates variables, user input, arithmetic operations, and formatted output while implementing the formula for triangle area. Ideal for students learning C programming and basic geometric calculations.
Built with