You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise 1.2
Translate expression 5+4+ (2-(3-(6+4/5)))/3(6-2)(2-7) into prefix form
Exercise 1.3
Define a procedure that takes three numbers as arguments and returns the sum of the
squares of the two larger numbers.