Question: Algorithms and proplem solving java program Exercise#2: Write a program that reads (5 digits) integer number from a file. The Program should print the number
Exercise#2: Write a program that reads (5 digits) integer number from a file. The Program should print the number to another file but in reverse order. For example, if the number read is 71634 from the input file then your program will output 43617 to another file. (Hint: use String methods)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
