No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
first case: b^2 - 4ac=0 i.e the roots are real and equal second case: b^2-4ac>0 (roots are real and unequal) third case: b^2-4ac<0 (roots are imaginary) so, u can use if statements to describe these and then u can use the formulae which mridul ahooja has posted.. in the first …
is the following program correct for the title 1/1!+1/3!+1/5!+.....+1/n! [CODE]#include<iostream.h> #include<conio.h> class series { int i,n,sum,fact; public: void input() { cout<<"enter the number of terms"; cin>>n; } void processing() { if(n%2==0) { cout<<"the number is invalid"; } else { i=1,sum=0; while(i<=n) { sum+=(1/factorial(i);); i+2; } } } int factorial(int lim) …
i want to do a project using graphics in c++..i am going to start with a simple project, because i am a beginner.. plz tell me which websites to refer in order to get help on topics and to learn about graphics in c++.. thank you.. :)
i want to do a project in c programming.. what topic should i choose and what all should i include to make it look decent?
i am akila from tamil nadu, India.. i want to learn more about c and c++, which is the cause that i have joined this community.. am also interested in other software things, but dont know about any softwares.. :(
The End.
aKiLa.. :)