There is one deliverable for this assignment . Rectangle.java Submit on Blackboard Setup on your machine . Open a text e
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
There is one deliverable for this assignment . Rectangle.java Submit on Blackboard Setup on your machine . Open a text e
There is one deliverable for this assignment . Rectangle.java Submit on Blackboard Setup on your machine . Open a text editor A program like Sublime. Do not use Word or Notepad. • Paste the text below into the editor window public class Rectangle { public static void main(String[] args) } } Save the file as Rectangle.java Specification This code must print a rectangle of *s that looks like this
This code must print a rectangle of *s that looks like this 1 1 Suggestions Use 5 printin statements.
Testing . Compile the source code javac Rectangle.java . Run the object file java Rectangle . You should see 1