Posts by Matheus Sena • 46 points
2 posts
- 
		2 votes1 answer209 viewsA: Draw letters in a matrix, quantida typed by the userHello, good, I don’t know if this is exactly what you were looking for but this was my solution, First I created a list of characters to store all possible letters to be drawn, List<Character>… javaanswered Matheus Sena 46
- 
		1 votes1 answer1146 viewsA: How to return a value in a Mysql databaseHello, I believe this confusion is happening because you declared the exit paremeter "Return" with the capital "R", OUT Retorno decimal And then you are setting the value to a "return" variable with…