Parsons Programming Puzzles
Parsons programming puzzles are a type of scaffolded program construction tasks where the learner is given a set of code fragments, blocks of a single or multiple lines of code, and the task is to piece together a program from these.
Construct a function by drag & dropping and reordering lines from the left to the right. The constructed function should set the value of variable min to be the smaller of variables a and b.