C_progr_Exercises
C_progr_Exercises
1. Using the if condition in C programming. Write a program that determines if a given year is a
leap year or not.
Project Overview
Prompt the user to enter the number of terms they want in the Fibonacci series.
Use a for loop to calculate and display the Fibonacci series up to the specified number
of terms.
3. Write a program to allow the user to perform basic arithmetic operations (addition,
subtraction, multiplication, division, and modulus), where the results of two operands will be
stores to a chosen variable.