I'll show u how the output should be
File Processing
=========
1- Number of Lines
2- Number of Words
3- Number of Letters
4- Number of Digits
5- Number of Printable ASCII Characters
6- Quit
>_
// after u choose one of these selections, for example #1 , it will ask u to enter the name of ur input file name which u already have it somewhere in the pc :
You chose Menu Option #1
Enter You input File Name
// and after u enter ur input file name with its location for sure like this :
Enter Your input file name : C:\Book.in
//it will ask u then to enter ur output file name , and it can be any name u choose but not the same name as ur input file name
Enter Your output file name : C:\Face.out
//after u entered ur input and output file names , it will give u the result on the screen, which is the number of line or number of whatever u want to know in the file . and it will also put the results in the out put file name like this :
The number of lines in the file [C:\Book.in] is 12
// then it will display the menu again over and over
File Processing
=========
1- Number of Lines
2- Number of Words
3- Number of Letters
4- Number of Digits
5- Number of Printable ASCII Characters
6- Quit
>_
// thats it
i hope u understood what i want
i've made an code already but it lacks some things
i'll show u to it later if u want
bye