File Content Filtering

# Introduction In this challenge, we will design a program that can filter the content of a specified file. The file contains a large amount of Number and English text, and our program should filter out the Number text and keep the English content. To complete this task, we will use Java File class and IO streams.

|60 : 00

Click the virtual machine below to start practicing