Lab 1: println, BlueJ, and submitting through moodle

For this first lab, you will write a simple program using the BlueJ IDE and submit this project through the moodle environment.
  1. Using the BlueJ IDE, write a java program that produces the following output when it executes:
    When Chuck Norris does a pushup, he isn't lifting himself up.
    He's pushing the Earth down.
    
    - from Chuck Norris Facts
    
  2. The java program should contain header information enclosed in comments, containing your name and a short description of your program. BlueJ provides a template for this header info. For example:
    /**
     * This program demonstrates simple text output in Java
     * 
     * @author John Paul C. Vergara
     * @version 28 June 2006
     */
    
  3. Zip the folder containing the BlueJ project. Name the zip file according to your id number ([your-id-number].zip).
  4. Submit the zip file through the moodle website .