Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 500 Bytes

w04d3.md

File metadata and controls

executable file
·
14 lines (9 loc) · 500 Bytes

Assessment | Week 4 Day 3

Question 1

2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.

What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 15?

Note: m evenly divides n means simply that n/m is an integer.

Question 2

What is the difference between private and protected methods?

Question 3

What is the difference between @@some_attr and @some_attr?