/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package stack1325; /** * * @author jcmt */ public interface Payable { double getPaymentAmount(); }