Post date: Jan 22, 2015 6:48:30 PM
Final-Exam 2
Contents:
1. Linux Ubuntu Installation
2. Command Operation
3. VIM-package Installation
4. Fibonacci Number Programming
5. Open the Google site from the browser and copy one of the homeworks/ assignments before Mid-Semester Exam to the Word
Note:
Fibonacci Number: F0=1, F1=1, F2=2, ..., Fn=F(n-1)+F(n-2)