Emma wants to create a Go program that takes as an input an int type number num and then uses a formatted print statement to output the binary value of num.
Please help Emma write the additional code to finish her Go program; below is the code she has written so far.