C++ Language

Series Program in C++

This post contain different series program in c++ language with there code and output. These code are implement using the class in the c++ language. WAP in C++ To generate a series i.e. 1-x+x^2/2!-x^3/3!+……x^n/n! The program code for above question in C++ language is as follows: The output of following code is as follows: WAP […]

Series Program in C++ Read More »

Factorial of a Number Program in C, C++, Java & Python

This Post explains the concept of factorial numbers and to find the factorial of the number Programming languages are used. In this post, four programming languages (C, C++, Java & Python) are used to find the factorial of a number. What is Factorial ? The multiplication of all positive integers less than or equal to

Factorial of a Number Program in C, C++, Java & Python Read More »