Write a program to construct a Fibonacci series in C upto n terms Code : Fibonacci series in C Description This code is written to
Write a program to find the value of y for a particular value of n.The a, x, b, n is input by userif n=1 y=ax%bif
Program to receive marks of physics, chemistry & maths from user & check its eligibility for course.
Write a Program to receive marks of physics, chemistry & math’s from user & check itseligibility for course if a) Marks of physics > 40.b)
Write a program to find the largest of three numbers using nested if else. Code Description The program starts by including the standard input/output header
Write a program to determine the roots of quadratic equation. Code Description A quadratic equation is an equation of the form ax² + bx +
Basic salary of an employee is input through the keyboard. The DA is 25% of the basicsalary while the HRA is 15% of the basic
Write a program to calculate the area of triangle using formula, Area = √s(s-a) (s-b) (s-c)- heron’s formula. Code Description Calculating the area of a