For Lab 3 you wrote a function called binary that converts a number into its binary representation. For this problem, copy that function definition into your program here, and surround it by Define ... %Define. Then add an Execute part that defines n = 35 and displays the binary representation of n. The Execute part should use your function to convert n to a string that should be displayed. Write it so that if you change the definition of n, then that new value will be shown.

 

  [Language: Cinnameg  Kind: program]