About 13,000,000 results
Open links in new tab
  1. Program to find area of a triangle - GeeksforGeeks

    Feb 16, 2023 · Given the coordinates of the vertices of a triangle, the task is to find the area of this triangle. Approach: If given coordinates of three corners, we can apply the Shoelace …

  2. C Program to Find Area of a Triangle - W3Schools

    This C example program performs simple mathematical calculations to find the area of a triangle. It asks the user to provide the triangle's vertices A, B, and C and calculates to find its area.

  3. Area of Triangle Program in C

    Apr 25, 2023 · The area of triangle program in c uses the formula (base * height) / 2 to calculate the area of a triangle. It prompts the user to enter the values of the base and height of the …

  4. C program to Calculate area of triangle using Heron’s formula

    May 19, 2024 · In this article, we will write a C Program to calculate area of triangle using Heron’s formula. According to Heron’s formula, the area of the triangle is = sqrt(s * (s – a) * (s – b) * (s …

  5. Python Program to Calculate the Area of a Triangle

    Source code to calculate area of any triangle in Python programming with output and explanation.

  6. C Program to find Area Of a Triangle - Tutorial Gateway

    C Program to find the Area of a Triangle using functions. This area program allows the user to enter three sides of the triangle. We will pass those three values to the function arguments to …

  7. Program to find area of triangle - CodeCrucks

    Dec 23, 2024 · The area of a triangle can be calculated using various methods depending on the information available: 1. Base and Height. Area = 0.5 × Base × Height. 2. Heron’s Formula (if …

  8. Java Program To Calculate Area Of Triangle – 5 Ways - Java …

    Apr 16, 2025 · Basically, In order to calculate the area, you need to find out the Height of the triangle. If you don’t know the height or you may have no idea how to find out the height of the …

  9. Algorithm and Flowchart to calculate area of triangle - GET …

    algorithm to compute area of triangle given three sides. The formulae to compute given three sides is √ (s* (s-a)* (s-b) * (s-c) s-semiperimeter.

  10. Calculate the Area of a Triangle – Python | GeeksforGeeks

    Apr 29, 2025 · In this article, we will see how we can calculate the area of a triangle in Python. Using Heron's Formula. When the lengths of all three sides of the triangle are known, you can …

  11. Some results have been removed
Refresh