Explorar el Código

ElliottStansbury.MD

Elliott Stansbury hace 8 años
padre
commit
1368e96f1c
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. BIN
      .DS_Store
  2. 3
    0
      ElliottStansbury.md

BIN
.DS_Store Ver fichero


+ 3
- 0
ElliottStansbury.md Ver fichero

@@ -0,0 +1,3 @@
1
+Elliott Stansbury
2
+
3
+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.