import java.math.BigInteger; interface RahaArvutaja{ public BigInteger leiaBrutoSumma(BigInteger netoSumma); }