Grading Criteria for Homework 1 Documentation Program header comment 10 Comments explained algorithm 5 Style (Standards are on my homepage) Following C Coding Standards 10 Followed Indentation Style Standards 5 Correctness Homework correctly submitted using the script command 10 Tested program 5 Correct results (not possible if not correctly submitted.) 5 Execution #include 3 main() 2 Prompt the user for three integers 3 scanf() 2 Used & on the variables in the scanf() 6 Calculated sum 2 Calculated product 2 Calculated average 2 Did not use an else-statement 10 Determined smallest 4 Determined largest 4 Printed sum 2 Printed product 2 Printed average 2 Printed smallest 2 Printed largest 2 A ten percent penalty is to be subtracted for each day late. Use the time of the email to determine if the assignment is on time.