Displaying 1 result from an estimated 1 matches for "17h36".
Did you mean:
1736
2009 Oct 09
2
Problems with code containing a for loop
The following code isn't working and we can't figure out why..
letters = c("A","B","C","D","E","F","G","H","I","J")
numbers = 1:3
for(i in 1:6){ #6 letters
for (j in 1:3) { #3 numbers
for (k in -1:1) {