Lab 1: zyLabs Basics, Eclipse Basics

In this lab you will see how to write, run, and submit (test) short programs in zyLabs. You will also install Eclipse (if you haven't already) on your own computer and create the classic "Hello World!" program.

Part 1: 5 points

Complete zyLabs 1.8, 1.12, 2.13, and 2.20.

Part 2: 2 points

Install Eclipse and Java following these instructions: Java & Eclipse Installation.pdf

Part 3: 3 points

Complete the HelloWorld program following the "cheat sheet" in Eclipse by clicking on the "Create a new Hello World application" link on the Eclipse Welcome screen. If your Eclipse isn't showing that you can bring it up by clicking Welcome in the Help menu (in the future an instruction like this will be indicated as click Help/Welcome).

Modify the println() statement to print "Hello Your Name" changing Your Name to be your actual name. E.g. for me that would be System.out.println("Hello Charlie McDowell!");

Take a screen shot of your program open in Eclipse on your computer with your name filled in and submit it under Lab1 in Canvas.