This document is a programming assignment submission containing solutions to two programming problems. It was submitted by Mohammad Minqad Tahir, roll number 08, for their 1st semester programming fundamentals lab course to their instructor Mam Hira Nazir at the Computer Science department of Islamia University Bhawalpur. The first problem calculates the factorial of a user-input number using a while loop. The second problem displays the Fibonacci series for a number of terms input by the user using a for loop.