For those of you who don't understand the directions, I will put them out here for you. You need to know your powers of 2 going from 1 to 128, there is 1, 2, 4, 8, 16, 32, 64, 128. The digit furthest to the left is equeal to 1 the digit furthest to the right is equal to 128. If it is a 1, you add the number that digits column is in to your sum. Disclude 32 and beyond for now. Once you have your sum, get that letter in the alphabte. ex. 01000001=a... Now, if the 32, and 64 collumns have 1's the digit is lowercase, but if only the 64 is 1, the letter is capitalized.
Changed the code