Problem Set 1: HelloWorld

Web-CAT: Submit Java programs to this automated grading platform.

Background

Code Distribution

Description File Size File Name
Java Source Code for HelloWorld 3.9KB pset01.zip

Contents of pset01.zip:

PSet01SourceCode/
├── HelloWorld.class
├── HelloWorld.ctxt
├── HelloWorld.java
├── HelloWorldJUnitTest.class
├── HelloWorldJUnitTest.ctxt
├── HelloWorldJUnitTest.java
├── package.bluej
└── README.TXT

Specification

Using the Assignment Operator

Compiling your Java Program

Compile step

Code error

Executing your Java Program

Select menu

Method call

Terminal window

Testing

Run tests

Test results

Submission