Rewrite the following algebraic expression as a Clojure expression: ( 7 + 3 * 4 + 5 ) / 10 . (/ (+ 7 (* 3 4) 5) 10). Using REPL documentation functions, ...
確定! 回上一頁