This document lists 25 C++ programming assignments involving calculations and mathematical problems. The assignments include calculating simple interest, roots of a quadratic equation, Fibonacci series, prime numbers, factorials, series sums, area and perimeter of shapes, and displaying patterns like Floyd's triangle and Pascal's triangle.
This document lists 25 C++ programming assignments involving calculations and mathematical problems. The assignments include calculating simple interest, roots of a quadratic equation, Fibonacci series, prime numbers, factorials, series sums, area and perimeter of shapes, and displaying patterns like Floyd's triangle and Pascal's triangle.
2. C++ Program to Find out the Roots of a Quadratic Equation 3. C++ Program to Simulate a Simple Calculator 4. C++ Program to Generate Fibonacci Series 5. C++ Program to Find First N prime Numbers 6. C++ Program to Find the GCD and LCM of Two Integers 7. C++ Program to find HCF of a given Number 8. C++ Program to Calculate the Value of sin(x) & cos(x) 9. C++ Program to Calculate the Sum of cos(x) Series 10. C++ Program to Find the Sum of First N Natural Numbers 11. C++ Program to Find Prime Numbers in a given Range 12. C++ Program to Calculate the Mean, Variance & Standard Deviation 13. C++ Program to Read a Coordinate Point and Determine its Quadrant 14. C++ Program to Print the Factorial of a given Number 15. C++ program to Calculate the value of nCr & nPr 16. C++ Program to Find & Display Multiplication Table 17. C++ Program to Find out the Sum of Series 1^2 + 2^2 + … + n^2 18. C++ Program to Find the Sum of Series 1 + 1/2 + 1/3 + 1/4 + … + 1/N 19. C++ Program to Find Sum of the Series 1/1! + 2/2! + 3/3! + ……1/N! 20. C++ Program to Find the Sum of A.P, G.P & H.P series. 21. C++ Program to Calculate the Area of a Triangle, Right angled Triangle, Trapezium, Rhombus, Parallelogram. 22. C++ Program to Compute the Surface Area & Volume of a Cube, cylinder, Cuboids, Cone, Sphere 23. C++ Program to Find the Perimeter of a Circle, Rectangle and Triangle 24. C++ Program to Display Floyd’s Triangle 25. C++ Program to Display Pascal triangle