Changes

Jump to: navigation, search

OPS435 Online Assignment 2P

1,091 bytes added, 09:01, 19 November 2020
no edit summary
[Category:OPS435-Python]][[Category:rchan]]
= Assignment 2 P - Create new data object =
'''Weight:''' 15% of the overall grade
 
'''What you need'''
* A github account with a private repository named ops435-a2p
* Complete Lab 7
* Has access to matrix.senecacollege.ca
 
'''Due Date:''' Please follow the three stages of submission schedule:
* Check point 1: complete the detail algorithm for each task in this assignment by November 25, 2020. Name it as a2p_algorithm.txt and upload it to your github repository
* Check point 2: complete the coding of your python class file from the algorithm by Dec 2, 2020. Name it as a2p_[Seneca_name].py (replace [Seneca_name] with your Seneca email user name) and upload it to your github repo by Dec 2, 2020.
* Check point 3: complete the testing and debugging of your python class file by Dec 4, and also submit your algorithm file (a2p_algorithm.txt), test results, and the python class file (a2p_[Seneca_name].py) to Blackboard.
 
'''Late Penalty:''' 20% per school day, and note that in order to pass this course, this assignment must be completed satisfactorily, i.e. a grade of 50% or more.
= Overview =
You want to designed an algorithm to compute the date which is '''n''' day before or after a given date. You also want to implemented your algorithm using a Python class create a new programmer-define object called "Date" with the appropriate data attributes and function attributes to support the necessary manipulation of a '''date''' object needed to implement your algorithm.
1,760
edits

Navigation menu