✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Assume the following expression, written in Scheme:
( (lambda (x) (x * x)) (2 * 2))What would you expect the output to be if you entered this in the repl ?(i.e., the command line interpreter that automatically displays the output of the evaluated expression)