Skip to content

Instantly share code, notes, and snippets.

@leihuagh
Created March 24, 2017 15:57
Show Gist options
  • Save leihuagh/72da4b65b79124fc7f2f8a95f973e000 to your computer and use it in GitHub Desktop.
Save leihuagh/72da4b65b79124fc7f2f8a95f973e000 to your computer and use it in GitHub Desktop.
Java Project: Envelope (1) - Project Description
Task:
Dynamically print out the envelope from user input
Case Setting:
1. Envelope Sample Size:
* row = 12;
* column = 50;
2. Sender Sample Info
Lei Hua
419 Common Street
Lexington, MA 02420
3. Receiver Sample Info:
Jack Ngo
419 Common Street
Lexington, MA 02420
Solve:
1. Create a UI/UX to accept user inputs of sender and receiver info
2. Print out the corresponding envelope
Project Working Flow:
1. Design the envelope => Create a class called EnvelopeDesign with main method
2. Print out the empty envelope => Create a class EnvelopeEmpty with main method
3. Print out the envelope with sender info and receiver info => Create a class called EnvelopeWithContents with main
4. Dynamic user envelope => UserEnvelpe.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment