package nyagami; import java.io.*; import java.util.*; import view.InvoiceView; import vn.edu.ptit.*; /** * * @author hoang */ public class Nyagami { static class PaymentController{ private Invoice invoice; public PaymentController(){ Scanner sc = new Scanner(System.in); Student st = new Student(sc.nextLine(), sc.nextLine()); int n_subject = Integer.parseInt(sc.nextLine()); ArrayList AlSubject = new ArrayList<>(); for(int i=0; i