ICA310_EncodeMessage -- Solution Save the encoded message as a text (.txt) file and upload to the appropriate D2L dropbox before class ends today Character to Binary Mapping is: ' ' = 00 'c' = 010 EOF = 011 'b' = 10 'a' = 11 Encode the sample message: ab ab cab The message starts with the letter 'a' --- no leading spaces and the message ends with the invisible character EOF (End of File character) ============================================================== Solution: 1110001110000101110011 ^^ ^^ ^^ ^^ ^^^ <-- carets are just for readability