begin
a As integer
b As string
read a
read b
if b = “Рубль”
then
a = a / 3.5
write a
else if b = “Евро” then
a = a / 200
write a
else if b = “Доллар” then
a = a / 185
write a
else if b = “Фунт” then
a = a / 275
write a
end if
end
Комментариев нет:
Отправить комментарий