SimonBrunzell / dataStructTri3

0 stars 0 forks source link

Week 2 (Classy Functions) #4

Open SimonBrunzell opened 2 years ago

SimonBrunzell commented 2 years ago

Score: 2/2 + 3.75/3

GitHub page that documents key learnings and code snippets using GitHub and Replit

1 point

1 point

1 point


Extra Credit - 1 point

SanjayB06 commented 2 years ago

Final Score: 3.75/3

Organize files, directories and menus for the first 3 weeks: 1/1: Files organized by week and category. Write Factorial function using classes, providing implementation of call: .75/1 : factorial function works but call not used. Select your own Math function. Write it in Imperative and OOP form: 1/1: Function works. Extra Credit. Write Palindrome function using classes, must provide implementation of call. Must indicate where error occurs on front and back comparison: 1/1: Palindrome function works for fail and success.