You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erro em papeisMoeda = new PapelMoeda[6]; dentro da função Troco(int valor). O vetor PapelMoeda[] está sendo manipulado de forma errada, pois não há posição 6.
Source-Code-Inspection/Source Code Inspection/src/br/calebe/ticketmachine/core/Troco.java
Line 14 in 64a4112
Erro em papeisMoeda = new PapelMoeda[6]; dentro da função Troco(int valor). O vetor PapelMoeda[] está sendo manipulado de forma errada, pois não há posição 6.