C# Multidimensional Array (Im completely lost)
I am having a hard time doing this task. I have never really working with multidimensional arrays so any information on how to go about this or some code, anything would be appreciated.
Task:
for(int i -0, i<x; i++
step 1: inout 1 name 1 object 1 action word
step 2: store in 3darray [i,i,i]array
Note: Must be stored in the same position in the array [anme,object,actionword]
}
any help would be appreciated
Task:
for(int i -0, i<x; i++
step 1: inout 1 name 1 object 1 action word
step 2: store in 3darray [i,i,i]array
Note: Must be stored in the same position in the array [anme,object,actionword]
}
any help would be appreciated

