Есть ответ 👍

Установи соответствие.

268
380
Посмотреть ответы 2

Ответы на вопрос:


1 б 2 а 3 ч 4 с

Объяснение:


1вариант:   if (a> 0) or (a=0) and (b> 0) or (b=0) and (c> 0) or (c=0) then s: =a+b+c else if (a> 0) or (a=0) and (b> 0) or (b=0) and (c< 0) then s: =a+b else  if (a> 0) or (a=0) and (c> 0) or (c=0) and (b< 0) then s: =a+c else if (b> 0) or (b=0) and (c> 0) or (c=0) and (a< 0) then s: =b+c else if (a< 0) and (b< 0) and (c> 0) or (c=0) then s: =c else if (a< 0) and (c< 0) and (b> 0) or (b=0) then s: =b else s: =a; 2 вариант: if (a> 0) or (a=0) then s: =s+a;   if (b> 0) or (b=0) then s: =s+b;   if (c> 0) or (c=0) then s: =s+c;

Популярно: Информатика