CMPT 130 Assignment 3 Marking Guide Assignment must be done individually. Total = [50] marks. [17] BOGUS CO2 to Temperature [2] Read in values from user [2] Correct rows in table [5] Correct calculation of CO2 ppm, delta temp 'C, Average Vancouver 'C. [3] Correct "comments" in table [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!) [33] Beat The Roll [1] Welcome function [4] Seed function: Correctly read choice for random number seed. Pseudorandom: correct use of srand(), use of timer as needed. [2] Roll function: correct use of rand(). [3] Get max bet function: Correctly read maximum bet, and check for invalid values. [5] Get user bet function: Betting checks including minimum bet, maximum bet, and less than score. [8] Correctly implement each round (show dealer's roll, ask for bet, show result,...). [5] Correctly implement end of game (win or lose). [5] Correct indentation, good comments, good code style, and no magic numbers. (A deduction larger than 4 marks is possible for poor style!) Forward to Dr. Brian if... - Material is suspiciously similar to another submission or code posted online.