Home /
Expert Answers /
Computer Science /
please-use-java-thank-you-a-utility-program-sna-stripping-non-ascii-characters-requirements-1-pa254
(Solved):
Please use Java thank you
A utility program sna (Stripping Non-ASCII characters) Requirements 1. ...
Please use Java thank you
A utility program sna (Stripping Non-ASCII characters) Requirements 1. Use either \( \mathrm{C} / \mathrm{C}++ \) or Java to write a program that will do the following - Prompt the user to enter an input filename (text file) - Prompt the user to enter an output filename - Read each character from the input file - If the character is an ASCII code, copy it to the output file - If the character is a non-ASCII code, drop it - Before the program exits, display how many lines processed and how many nonASCII characters stripped. - Please have proper error checking in your code - Please have proper comments for essential elements of your code - A test file (which has non-ASCII codes embedded) will be provided