Fill This Form To Receive Instant Help
Homework answers / question archive / PART 1: Message
PART 1:
Message.java
This class will model an email message. It will have a sender, a recipient, and message text. Note: The message text includes the greeting, the body of the message, and the salutation.
Example:
From: Mark FowlerTo: Samantha Jones
Dear Samantha,It is my great pleasure tooffer you a position in the company.
Sincerely, Mark
UML Diagram
Instructions for Part 1:
PART 2:
Mailbox.java
This class will model an email mailbox that stores email messages. We will be using an ArrayList to store the messages created in the Message class.
UML Diagram
Instructions for Part 2:
PART 3:
Testing and Submitting
Once you have thoroughly tested your program, please upload the Code Check zipped file only to this Assignment folder.
You will be graded on:
ALL DONE!! Great job!