Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Task1-3
//fpc 3.0.0 program task1_3; var a, b, c: real; s, area: real; begin write('Enter the length of a: '); readln(a); write('Enter the length of b:'); readln(b); write('Enter the length of c:'); readln(c); s := (a+b+c)/2; area := sqrt(s*(s-a)*(s-b)*(s-c)); writeln('Area of the triangle:', area:10:2); end.
run
|
edit
|
history
|
help
0
Zadanie 3 б
practica 1 ejercicio 6
pdp31-final
Perkalian digit
Урок 3 задача 1 повышенная сложность. Задача 1484. Усложнённая.
Урок 2 задача не из учебника
LISTNAME
111
P170808E
5161