Logic Development (Class 6)
Sheikh Thanbir Alam
KISS Principle
DRY Principle
K = Keep
I = It
S = Simple
S = Stupid
D = Don’t
R = Repeat
Y = Yourself
NASA’s coding commandments
Practice Exam
Print Fibonacci numbers from 0 to 100
Input:
0 & 100
Output:
0, 1, 1, 2, 3, 5, 8, …………. 89