Skip to content

PapelMoeda.java #8

@alinecaroll

Description

@alinecaroll

public class PapelMoeda {

protected int valor;
protected int quantidade;

public PapelMoeda(int valor, int quantidade) { //variável já foi definida como int anteriormente
this.valor = valor;
this.quantidade = quantidade;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions