if а<3 then
if b>3 then с:=4
else с:=5
else с:=6;
a > 3, b - любое число
Варианты: 1, 4
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
if а<3 then
if b>3 then с:=4
else с:=5
else с:=6;
a > 3, b - любое число
Варианты: 1, 4