package pp; public class ProcessA extends Process { static private final int NUM_INPUT = 2; public ProcessA() { super(NUM_INPUT); } public Product getOutput() { StringBuffer comp = new StringBuffer(); float cost = 0; for (int n=0; n