Sum of the series: x +x^2/3!+x^3/5!+...[b]The result I am getting is wrong. What's wrong in my code?[/b] [code]#include<iostream.h> #in...
Sum of the series: x +x^2/2!+x^4/4!+x^6/6!+...output problem.Thanks, abhishekm71. :) Resolved. :)
Sum of the series: x +x^2/2!+x^4/4!+x^6/6!+...output problem.[b]My Turbo C++ 4.5 is giving incorrect result for the following programming code which is meant to ...
Turbo C++ 4.5 giving wrong output for correct programming code to give the sum of following series : 1 + 1/1! + 1/2! +...Well, thanks. The problem has been resolved. :)
How to count letters of alphabet in a string?I hope the following code helps. :) I have used Turbo C++ 4.5 [code]#include<iostream.h> int main()...
This user does not accept Private Messages