1
I have a code that asks for a matrix 8x8
, but I need in the input
He asks for the values like this:
matriz [A][1]:
matriz [A][2]:
That is, he asks for the line in letter form and the column in number form.
So far I’ve only been able to get him to show up the row and column in number form, like this:
matriz [1][1]:
matriz [1][2]:
Could [Edit] the question and add the code it has?
– Woss