/**
 * CS1101 Take-home Lab #1, Exercise 2: Invest.java
 *
 * <Fill in description of program here>
 *
 * Discussion group: <fill in your group number here>
 */

// add import statement(s) here if necessary

class Invest {

    public static void main(String[] args) {

        // fill in your code here
 
    }

}


