The code defines a C program to calculate the area of a triangle by taking the base and height as input from the user, multiplying them, dividing by 2, and printing the result.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
23 views
Document 24
The code defines a C program to calculate the area of a triangle by taking the base and height as input from the user, multiplying them, dividing by 2, and printing the result.