Question: tri _ base and tri _ height are read from input as floating - point values, representing the base and height of a triangle. Compute
tribase and triheight are read from input as floatingpoint values, representing the base and height of a triangle. Compute the triangle's area as tribasetriheight Use fstring's sign feature within the provided curly brackets as the replacement field to output both the expression and result.
Click here for example
Ex: If the input is:
then the output is:
tribasetriheight
Note: printf outputs the string using fstring's sign feature.
What is the code?
Thank you! tribasetriheight
Note: print outputs the string using fstring's sign feature.
tribase floatinput
triheight floatinput
printf Your code goes here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
