Ответ:
k:=0;
if x<50 then k:=k+1;
if y<50 then k:=k+1;
if z<50 then k:=k+1;
write('k=',k);
Объяснение:
Это то?
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
k:=0;
if x<50 then k:=k+1;
if y<50 then k:=k+1;
if z<50 then k:=k+1;
write('k=',k);
Объяснение:
Это то?