Programming Challenges
Solve programming challenges related to expressions.
We'll cover the following...
Challenge 1: Calculating max in functional style
The following imperative code calculates the maximum of three given variables by repeatedly ...