Answered step by step
Verified Expert Solution
Question
1 Approved Answer
/ / Method to write the formatted menu to a text file. public static void writeMenuText ( File outputFile, String menuText ) { / /
Method to write the formatted menu to a text file.
public static void writeMenuTextFile outputFile, String menuText
If output file doesn't already exist, create it
ifoutputFile.exists
Use appropriate try and catch blocks to create the file
If file exists or has just been created, write data to the file
using a PrintWriter. Include appropriate try & catch blocks.
The catch blocks should print out a message for the user indicating the
problem so that the program doesn't terminate with a stacktrace if
an exception is thrown.
Step 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