forked from Prof-Calebe/Source-Code-Inspection
-
Notifications
You must be signed in to change notification settings - Fork 0
1ERRO #2
Copy link
Copy link
Open
Labels
ComissãoImplementação incorretaImplementação incorreta
Metadata
Metadata
Assignees
Labels
ComissãoImplementação incorretaImplementação incorreta
for (int i = 0; i < papelMoeda.length && !achou; i++) { if (papelMoeda[1] == quantia) { achou = true; } }