CMPT 125/128 Assignment 3 Marking Guide for Dr. Fraser's Summer 2011 class Assignment must be done individually. Total = [45] marks. [15] Temperature Table [2] Read in min, max, and step from user. [3] Correct rows in table [2] Correct temperature conversion [3] Correct "Feels like" data [3] Good table formatting [2] Correct indentation, good comments, good code style, and no magic numbers. (A deduction larger than 2 marks is possible for poor style!) [30] Beat The Roll [3] Correctly read maximum bet, and check for invalid values. [3] Correctly read user's name. [5] Betting checks: minimum bet, maximum bet, and less than score. [5] Pseudorandom: only one srand(), correct use of timer to randomize, correct use of rand(). [5] Correctly implement each round (show dealer's roll, ask for bet, show result,...). [5] Corrcetly implement end of game (win or lose). [4] Correct indentation, good comments, good code style, and no magic numbers. (A deduction larger than 4 marks is possible for poor style!) General Deductions to be applied wholistically: -2 for a file missing student name, email, or student number. Should be similar to: // Dr. B. Fraser, bfraser, 123003484 Forward to Dr. Fraser if... - Material is suspiciously similar to another submission or code posted online.