I have multidimensional 3*3 for example user input is 4 that calculate need to be array[1,0] user input is 5 that calculate need to be array[1,1] user input is 2 that calculate need to be array[0,1] user input is 3 that calculate need to be array[0,2]
how can i accomplish this in the best way in c# thanks