Johnatron5464 Johnatron5464 13-01-2021 Computers and Technology contestada Write a procedure ConvertToBinary that takes an input as a number from 0 to 16 (including 0 but not 16) and converts it to a binary number. The binary number should be returned as a list.