• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OOP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Develop a menu driven application from the following problem statement:
A user post a message which is directed to a mail box of the receiver after being greeted by the intended receiver greeting message. The posted message is saved to the appropriate mailbox. The maximum length of a message is only one text of line which is less or equal than 20 words. Otherwise, the message is terminated. If the mailbox is full, the sender is informed, and no message is recorded.
A receiver is notified if there is a new mail. A receiver can check if she/he has new recorded messages, if yes, she/he can read them. The receiver can delete his/her messages at anytime. The greeting message can be changed by the receiver. The receiver can activate/deactivate his/her mailbox anytime.
The application should allow to create new Mail boxes. The maximum number of mail boxes is 4.  A given mail box can only hold up to maximum 5 messages. Mail boxes are saved back to a data store (just a file).
The system is used by the following stake holders
1) Anyone who want to post a message
2) The people who has mail boxes
3) The application administrator
 
Marshal
Posts: 79153
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

We don't supply solutions to assignments, but if you would like to show us what you have so far, we shall be pleased to help with any problems.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic