How can you evaluate 1.25 + sqrt (144) in LISP?
Posted: Thu Jul 14, 2022 8:01 am
a) 1.25+sqrt (1.44)
b) (1.25+sqrt (1.44))
c) (+1.25 sqrt (1.44)
d) All of the mentioned
b) (1.25+sqrt (1.44))
c) (+1.25 sqrt (1.44)
d) All of the mentioned