Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java Please!! Thank you for your help! ou have decided to build a fortune teller application. The application must - Store information in two files
Java Please!!
Thank you for your help!
ou have decided to build a fortune teller application. The application must - Store information in two files - The first file must contain: - User name - User Birthdate - Date fortune last checked - Last displayed fortune - The second file must contain the fortunes to be read and must contain for each fortune. - Prefix - text prior to the user's name - Suffix - text after the user's name - Create records for User. - Add user if not already exist. - Edit or delete user if exits - and reset record for last fortune sent. - Create records for Fortunes. - Add fortune. - Edit or delete fortune. - Retrieve fortune from a file based on a calculation you build using their name and birthdate. The fortune needs to be 2 part with the user name in the middle. - Must not give the same fortune twice in a rowStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started