
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An ada programming assignment where the goal is to write a program that determines if three given line segments form a triangle and identifies the triangle type (equilateral, isosceles, or scalene). The document also includes questions to ponder regarding data types and calculations of the triangle area.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Problem: Develop an Ada program to determine if three line segments form a triangle, and if so, what kind (equilateral, isosceles, scalene) it is. Data Structure: You will need to declare variables to hold the lengths of the line segments. Process:
Here are some sample data values to test your program: