hello.
I need some help in java
1.The program browse the filename of the text file to be counted
2.The contents of the file will be stored to a temporary storage.
3.Identifies if the c source code in a form of text file is physical lines of code, blank lines of code, comment lines of code and logical lines of code.
- Counts the number of ploc, bloc, cloc and lloc.
- Display the content in a text field.
- The displayed output will be the identified lines of code and the number of counts in each ploc, bloc, cloc and lloc.
Thanks you!