Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please I need the code that can ask for a file(inputFile) and print out the result( outputFile). Due tonight. inputFile A - 1 2 3
please I need the code that can ask for a file(inputFile) and print out the result( outputFile). Due tonight.
inputFile
A - 1 2 3 C A F E 0 - - 9 8 7 a b c d e - 6 - X 0
outputFile
10 -1 1 2 3
12 10 15 14 0
-1 -1 9 8 7
10 11 12 13 14
-1 6 -1 33 0
you can see how 'A' has change to 10 and '-' has change to -1.
it should be the same for all the rest. Please .
Advance Java: Chapter 8 (Multi-Dimensional Arrays).
screenshot also. thanks.
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