2023 Create a program that can do these features First the user | Assignment Collections
Computer Science 2023 count line of code
2023 Create a program that can do these features First the user | Assignment Collections
Create a program that can do these features:
· First, the user enters the file name.
· The program should open the file that entered by user.
· The program should count the whole lines of codes only, skipping blank lines and comments lines.
· Report of the File Name and file LOC count, each function name and the corresponding function LOC
I attach the requirement and screenshot of how the output should, and the test file to test the code as an example.
/************************************************************************** ** ** Module Name: LOCTest.c ** ** Module Description: ** LOCTest.c is intended to test the functionality of LOC Counting programs ** for C, C++ and Java. ** *************************************************************************** ** ** Author: Benjamin D. Sweet ** Revision: 1.1 ** Creation Date: 23-May-2005 ** Edit Date: 05-Feb-2012 ** *************************************************************************** ** ** Revision History: ** ** Revision: 1.1 05-Feb-2012 B.Sweet ** * Added Header Comment block. ** * In function2(), moved the beginning of one multi-line C Block Comment ** from an otherwise blank line to begin after text. ** * Placed “Total Program LOC: 25” AFTER the end of a C Block Comment. ** (BAD programming style!! But technically a valid test case.) ** ** Revision: 1.0 23-May-2005 B.Sweet ** * Original version. ** **************************************************************************/ // line comment /* Block Comment */ /* ** Multi-line block comment; */ #include int long prototype1(argument); int long prototype2 ( argument ) ; int long function1 (int arg1, char arg2) { // line comment in function /* Block Comment in Function */ if (condition) { statement; } Function1 LOC: 8 /* ** Multi-line block comment in function; */ } void function2 ( void ) { // line comment in function /* Block Comment in Function */ for (init ; condition ; increment ) { if (condition) { statement; // In-Line comment } else { statement; /* In-Line comment */ } } Function2 LOC: 13 /* ** In-Line multi-line block comment in function; */ } /* Text after…
We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.
Place Order Now

