Fun
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

-- Math fun --

get it right 🤭

This page is a permanent link to the reply below and its nested replies. See all post replies »
ninalanyon · 61-69, T
It depends on which set of precedence rules you use. the usual version taught in school gives 59 but if all operators have equal precedence and we use left to right evaluation like a cheap calculator we get 9. If memory serves APL evaluates right to left with no priority so it would give 140.