Question: Write a java program. The program asks for an input of the name of a txt file. Then creates a Multiplication Table from 1 to
Write a java program. The program asks for an input of the name of a txt file. Then creates a Multiplication Table from 1 to 9, and writes the table into the file.
When you run your program, you may see the result like this:

When you open the file table.txt in the folder (it should be in the same folder as your java source file), you will see the file as follow:

Enter a file name: table.txt output file has been created: table.txt tabletxt - Notepad File Edit Format View Help ThisisaMultiplicationTable11=112=213=314415=516=617=718=819=922=423624825=1026=12271428=1629=18339341235=1536=18372138=2439=27441645=2646=2447=2848=3249=3655=2556=3057=3558=4059=4566=3667=4268=4869=54774978=5679=6388=6489=7299=81
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
