Question: Part 3 TriangleArea | Using C Programming Labguage Write a program called TriangleArea, vinich calculates and outputs the Area of a triangle with a Base

Part 3 TriangleArea| Using C Programming Labguage
Write a program called TriangleArea, vinich calculates and outputs the Area of a triangle with a Base value of 3.5 and a Height value of 4.85. The formula for the area of a triangle is: 12 Base Height. Or * base * height)
Your program should output the correct answer.
Get the base and height from the user using input method with prompt
Challenge: Take in both values on the same input line instead of two separate input lines
 Part 3 TriangleArea| Using C Programming Labguage Write a program called

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!