Posts by rafael • 11 points
2 posts
-
1
votes1
answer523
viewsA: String reading error - picking n from buffer
` do { int i = 0; contas[i] = criarConta(); System.out.println("Quer continuar inserindo contas?"); resposta = entrada.nextLine(); // limpar buffer entrada.nextLine(); i ++ ; } while…
-
0
votes2
answers747
viewsA: How to make database changes without having a clear primary key?
The ID is for internal control of your code with the bank... vc n need to pass this or something to the user. If he is going to change something of the bank, he needs to know what he wants to…