// Rectangle.java - This program prints the outline of a rectangle with 4 asterisks
// across and 6 asterisks down.
// Input: None.
// Output: Prints the outline of the rectangle.

public...