1. 30% Syntax ¢w The program can pass compilation process 2. 40% Correctness ¢w There are four sets of test input to verify the program correctness: a. V0 = 0 , t = 10 , a = 3 ( 10% ) b. V0 = 10 , t = 1 , a = 9.8 ( 10% ) c. V0 = 5.5 , t = 2 , a = 180.2 ( 10% ) d. V0 = 1.25, t = 7.5 , a = 4.9 ( 10% ) 3. 20% Comments ¢w a. 5% basic information b. 5% problem description and I/O description. c. 5% function description d. 5% test description 4. 10% Programming styles ¢w a. 5% variable-name b. 5% indentation