Please using java Write a program that gives and takes advice on program writing. The program starts by writing a piece

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Please using java Write a program that gives and takes advice on program writing. The program starts by writing a piece

Post by answerhappygod »

Please using java
Write a program that gives and takes advice on program writing.
The program starts by writing a piece of advice to the screen and
asking the user to type in a different piece of advice. The program
then ends. The next person to run the program receives the advice
given by the person who last ran the program. The advice is kept in
a text file and the content of the file changes after each run of
the program. You can use your editor to enter the initial piece of
advice in the file so that the first person who runs the program
receives some advice. Allow the user to type in advice of any
length so that it can be any number of lines long. The user is told
to end his or her advice by pressing the Return key two times. Your
program can then test to see that it has reached the end of the
input by checking to see when it reads two consecutive occurrences
of the character '\n'.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply