Name: Ismael Orozco Grader: Sarah Masters Assignment: Lab 1 Final Grade Code Requirements: Style: (5%)
Name: Ismael Orozco Grader: Sarah Masters Assignment: Lab 1 Final Grade Code Requirements: Style: (5%)
Code Requirements:
Style: (5%)
Code is easy to read, proper spacing is used 2 2
No global variables are used 3 3
Comments: (15%)
Code uses meaningful doxygen style comments with proper doxygen 15 15
formatting! (see doxygen.c on Canvas if you have questions about this formatting – link
found under Lab1 pdf)
These comments should include file headers, in-code comments, and function
definitions (preferably NOT above the prototypes and instead with the actual function)
Input/Output: (10%)
Script file shows program is compiled and run with no errors (5 points) 5 5
Script file has correct input (2 point) Did not input float values for height and 1.5 2
base of triangle.
Script file has correct output (3 points) 3 3
README: (10%)
Has accurate purpose 4 4
Has detailed conclusion with the following sections: 6 6
◦ What I learned (2 points)
◦ Issues and how I fixed them (bug report) (2 points)
▪ Students MUST have a bug report! Saying “no bugs” is not an option.
◦ Improvements that can be made (2 points)
Comments: