Дано значение переменной а=4.87
abs(a)=
int(f)=
round(a)=
Ответ
2
abs(a)= 4.87
int(a)= 4
round(a)= 5