✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following notation:
Dog = Bird ° Rabbit
and the definitions:
Bird(foo) = foo + foo
Rabbit(foo) = (foo - 2) * 3
What result would we expect to get if we invoked:
Dog(4)