Problem 2: Calculating area of a triangle from the given vertices Consider a triangle with the following vertices: A(1, 31). B(x2, y2), and C(x3, Y3). The area of a triangle for the given vertices can be calculated using the following equation: ==—=|T1(Y2 − Y3) + £2(Y3 − Y₁) +£3(Y1 − Y2)| Area = a. Write a void function that accepts the vertices of triangle, calculates the area of that triangle using the above equation and prints the result at the console (without returning anything). b. Write a similar function like (a), but instead of printing the area of a traingle from within the function it returns the value of the calculated area. c. Write a program to calculate the area of a triangle with the following vertices: A(-1,2), B(2, 3), C(4, -3). Use both functions defined in (a) and (b). Make sure, the calculated area from function (b) should be displayed at the console also.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

MUST BE DONE IN PHYTON 

Problem 2: Calculating area of a triangle from the given vertices
Consider a triangle with the following vertices: A(1, ₁), B(x2, y2), and C(23, Y3).
The area of a triangle for the given vertices can be calculated using the following equation:
1==1/1/2₁(22)
Area =
-Y3)+2(Y3Y₁) + 3(y₁ - y2) |
a. Write a void function that accepts the vertices of triangle, calculates the area of that triangle using the above equation and prints the result at the console
(without returning anything).
b. Write a similar function like (a), but instead of printing the area of a traingle from within the function it returns the value of the calculated area.
c. Write a program to calculate the area of a triangle with the following vertices: A(-1,2), B(2, 3), C(4, -3). Use both functions defined in (a) and (b). Make sure,
the calculated area from function (b) should be displayed at the console also.
Transcribed Image Text:Problem 2: Calculating area of a triangle from the given vertices Consider a triangle with the following vertices: A(1, ₁), B(x2, y2), and C(23, Y3). The area of a triangle for the given vertices can be calculated using the following equation: 1==1/1/2₁(22) Area = -Y3)+2(Y3Y₁) + 3(y₁ - y2) | a. Write a void function that accepts the vertices of triangle, calculates the area of that triangle using the above equation and prints the result at the console (without returning anything). b. Write a similar function like (a), but instead of printing the area of a traingle from within the function it returns the value of the calculated area. c. Write a program to calculate the area of a triangle with the following vertices: A(-1,2), B(2, 3), C(4, -3). Use both functions defined in (a) and (b). Make sure, the calculated area from function (b) should be displayed at the console also.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education