Rubric Compilation (2 pts): Program compiles and runs witho…

Rubric Compilation (2 pts): Program compiles and runs without crashing. Core Formatting and Output (6pts): All lines from the input file are processed. Each output line correctly includes the sequential line number (starting at 1), a period, a space, and the text converted to uppercase. Blank lines are correctly numbered and processed. Output matches the sample exactly. File Handling and Resource Management (6 pts): Program successfully prompts for and uses both input and output file names. Files are opened correctly, and both the input and output files are explicitly closed at the end of the processing. Exception Handling (6 pts): Correctly implements a try…except block to specifically catch the error when attempting to open the input file. Prints the required error message: “Error: File not found”.

Please respond to the following question as concretely and a…

Please respond to the following question as concretely and as clearly as you can, citing specifics from your assignment work. Avoid generalities (statements that apply to most applications of the overall type). Each response will be graded as in the table, not on your original design choices. Each question has the same weight (20%).Criterion (based on your value added)DCBALetter Grade%Technical correctness of your final’s responsesLittle technical justification.Correct technically. Satisfactory technical explanations.Correct technically. Good technical explanations.Correct technically. Went significantly beyond what’s required.0.0Specificity of your final’s responses to your applications, and your overall understanding evidencedMinor understanding evidencedSatisfactory specifics and understanding evidencedGood specifics and understanding throughout Excellent, thorough specifics and evidence of understanding throughout.0.0Assignment Grade:0.0Referring to specifics from your solution of Assignment 3, critique your requirements and their formats if your application were to scale by a factor of 10.