CSCI 161 — Lab 2

Due: Wednesday, February 7, 2018 @ 8:00PM

Objectives

Overview

Style

Use good programming style: write comments, indent consistently, and use white space to make your program readable. Remember, you can press Control+Shift+F in Eclipse to format your program, provided you have no serious syntax errors (like unbalanced braces, parentheses, or quotes).

Output Specification

Use PRECISELY the format shown below with the EXACT same spacing.

  *
  *
  *
*****
*****
 * *
  *
 * *


 * *
  *
 * *
*****
*****
  *
  *
  *
*****
*****


*****
*****
 * *
  *
 * *

Required Methods

Hints and Reminders

Submission

Submit the Java source code file on Autolab under the "Lab 2" assignment.

Grading