I have a matrix of string, I initialize it and want to change a value inside of it, a value that is a user input. As far as I know, all my code is ok except the line when I try to add this value to te matrix (its the last line of code). Here it is:I have a matrix of string, I initialize it and