- 2
Coding challenge C language
Write a program to implement two functions, TriArea(), and TriVolume() to calculateļ»æ the area of a triangular section(1/2*b*h) and volume of the triangular prismļ»æ (1/2*b*h*l). Prompt the user to input the dimensions, base, height, and length of theļ»æ prism each in float data type, then output the values as:ļ»æ Area:*the value here*ļ»æ Volume:*the value here*
2 Answers
+ 2
Are you looking for anyone to make your school homework here?
0
#include <stdio.h>
int main()
{
printf("i will do my own homework");
}