11. Что будет напечатано в результате выполнения следующей программы, если значение равно R = -16?
Program n_1;
var R,y: real;
begin
readln (R);
if R>0 then y:=R*5+1;
if R=0 then y:=R+8/2;
if R<0 then y:=R*R/4 +10;
writeln (‘R=’,R);
end.
РЕШИТЕ ПЖ ДАЮ 15 БАЛЛОВ, СРОЧНО ИЛИ УЧИЛКА ПОСТАВИТ 2
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.