ElliottStansbury.md 336B

Elliott Stansbury

So with this class we are converting an array of strings into a binary by looping numbers from -5 to 32 incrementing one at a time. When the base10Num is negative it will be converted to the absolute value of that number. Then we are adding that number to the result declaring the number either positive or negative.