answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is a pseudo code to get the value of two sides of a triangle and calculate its area?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the range of a triangle?

to find the range of values of triangle. Add the value of the sides of the given sides...is it?


How do you calculate the value of y in a triangle?

It depends on what y is.


How do you find unkown value sides to a triangle?

The answer depends on the information that you do have. There are many different methods.


The lengths of the 3 sides of a certain triangle are related as shown below where n is the length of the shortest side of the triangle. 0.5n 1.5n 2.5n Which of these name the lengths of the sides for?

The lengths of the 3 sides of a certain triangle are related as shown below, where n is the length of the shortest side of the triangle.0.5n, 1.5n, 2.5nWhich of these name the lengths of the sides for another triangle, similar to the first triangle, for any value n ≥ 1?


What kind of triangle has angles 50 degrees 65 degrees and 65 degess?

Isosceles Triangle. An isosceles triangle is a triangle with (at least) two equal sides/ angles.


A triangle has two of lengths 7and 9 What value could the length of the third side be?

A triangle has two sides of lengths 7 and 9. what value could the length of the third side be?


Write a program to calculate area of triangle and check whether entered sides can make triangle or not..?

#include <stdio.h> main() { int r,b,h; printf("Enter the value of Base and Hight"); scanf("%d%d",&b,&h); r = ((b*h)/2); printf("Area of Triangle=%d",r); }


Can a right triangle have all equal sides?

According to the Pythagorean theorem, the square of the hypotenuse of a right triangle is equal to the sum of the squares of the other two sides or, c^2 = a^2 + b^2. Since there is no single value where a = b= c, a right triangle cannot have all equal sides.


What is the formula to calculate the perimeter of a triangle with b equals 5cm h equals 4cm and an unknown side?

If you know only the base and height, you have two unknown sides and it is not possible to calculate the perimeter. The perimeter can have any value greater than or equal to 5+sqrt(89) cm.


In triangle abc what is the value of x?

That will depend on other values of the triangle because a triangle has 3 sides and 3 interior angles that add up to 180 degrees


How do find area triangle usibg functions?

You define a function with an return value. The return value would be the area of the triangle, and the parameters are the width/length and height of the triangle. Inside the function you would define how you would calculate the area, and then return the result.


If AB 5 and BC 8 then AC?

If these are sides of a triangle then AC can have any value in the interval (3, 13).