Lab Homework 5-5

You are to complete this homework before attending the sixth lab.

Copy and paste the following program into jGRASP and replace the <blank> with a description of how you feel (in a few words).

public class BusyStudent {
    public static void main(String[] args) {
        System.out.println("Today I feel ");
    }
}