Ответ:
150/160/170
Объяснение:
Var a, b, c: real;
begin
Write(‘введите числа>>’);
readln(a,b,c);
If a<0 then
If b<0 then
If c<0 then
Write(‘0’)
else
Write(c)
Else
Write (b)
Write(c+b)
Else if b<0 then
write (a)
Write(a+c)
Write(a+b)
write(a+b+c);
End.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
150/160/170
Объяснение:
Var a, b, c: real;
begin
Write(‘введите числа>>’);
readln(a,b,c);
If a<0 then
If b<0 then
If c<0 then
Write(‘0’)
else
Write(c)
Else
If c<0 then
Write (b)
Else
Write(c+b)
Else if b<0 then
If c<0 then
write (a)
Else
Write(a+c)
Else
If c<0 then
Write(a+b)
Else
write(a+b+c);
End.