50 likes | 134 Vues
Avoid common pitfalls in HW4 - check maxv function, input formats, matrix alignment, and proper score calculation.
E N D
PR 1 • The maxv function should only return the largest value, not the index for the largest value. No output should be done in this function.
PR 2 • Input is in degree, while the sin/cos/atan2 accept radians • atan vs. atan2 • atan return value from [–PI/2,PI/2] • atan2 return value from [-PI,PI]
PR 3 • You should format your matrix well • Either with space between elements • Or using setw function to align the elemnts
PR 4 • First ask the user to roll or not, then call the rand function. • There are three types of score • Score of each roll • Score of each round • Total score