Przeglądaj źródła

ElliottStansbury.MD

Elliott Stansbury 8 lat temu
rodzic
commit
1368e96f1c
2 zmienionych plików z 3 dodań i 0 usunięć
  1. BIN
      .DS_Store
  2. 3
    0
      ElliottStansbury.md

BIN
.DS_Store Wyświetl plik


+ 3
- 0
ElliottStansbury.md Wyświetl plik

@@ -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.