when I output however it won't display in a array as a value, however it does output outside the array. |
178
as an int, it will print the number 178.178
as a char, it will print whatever character code 178 maps to.
datatype arrayname[size][anothersize] //Hey we did it! (2D-Array)