Skip to content

Defeito de código 12 - Dados - TicketMachine.java #9

@EnzoFerroni

Description

@EnzoFerroni

public void inserir(int quantia) throws PapelMoedaInvalidaException {
boolean achou = false;
for (int i = 0; i < papelMoeda.length && !achou; i++) {
if (papelMoeda[1] == quantia) { //12 - Dados: Índice de papelMoeda[1] incorreto.
achou = true;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions