DistilledVinegar / tri3

Wow,
GNU General Public License v3.0
0 stars 0 forks source link

Review Ticket Week 3 (real) #3

Open DistilledVinegar opened 2 years ago

DistilledVinegar commented 2 years ago

[x] Organize files, directories and menus for the first 3 weeks. [x] Write Factorial function using classes, providing implementation of call. [x] Select your own Math function. Write it in Imperative and OOP form. Extra Credit(1 point). Write Palindrome function using classes, must provide implementation of call. Must indicate where error occurs on front and back comparison.

3/3

Review done by Krishnadev

5.5, 5.6 Notes+Actions - Completed +0.5 Directory organized - Completed 0.5/0.5 *rename for other to follow structure Factorial - Functional and uses call method 1/1 Math functions + Extra credit - Functional mostly, assigning 1/1 for functionality of general code since function output is correct, only removal from list is broken(add. feature). Extra credit not the assigned but separate task, teacher discretion for point assignment required.