A simple program that calculates estimated monthly payments for income driven repayment plans.
simply compile in the terminal
javac IBRCalc.java
then run
java IBRCalc
Note: You would need the Java Development Kit in order to compile Java code and the Java Runtime Environment to run Java code.