Определите значение переменной c после выполнения алгоритма:

Program hypotenuse;
var a,b,c:real;
begin
a:=5;
b:=7;
c:=sqrt(a*a+b*b);
write(c:5:2);
end.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.