Предмет: Информатика, автор: krasotkin2017

Помогите написать на языке Паскаль (1 задание)

Приложения:

Ответы

Автор ответа: swordtoo
0
var x:integer;
begin
read(x);
if(x=2) then  write('B');
if(x=3) then  write('Д');
if(x=4) then  write('К');
if(x=6) then  write('6');
if(x=7) then  write('7');
if(x=8) then  write('8');
if(x=9) then  write('9');
if(x=11) then  write('К');
end.
Похожие вопросы