15 November 2015

Week 15

Attendance (w15-1)

Slides (w15-1)

Inheritance
  Person/Student/Employee
  Array of Person/Student/Employee
  One function to calculate BMI

Recursive function


    Using Euclid's algorithm to find gcd
    then use it to find least common multiple (LCM) for adding Fraction
    https://en.wikipedia.org/wiki/Greatest_common_divisor

Lab - try the above in Python and Java


Attendance (w15-2)

Slides (w15-2)

No comments:

Post a Comment