Recent content by Anantharaman
-
A
C/C++ I want c++ program for given equations
- Anantharaman
- Thread
- C++ Program
- Replies: 1
- Forum: Programming and Computer Science
-
A
C/C++ C++ program for give equations and error rectifier give program.
#include<iostream.h> #include<math.h> #include<conio.h> void main() { int n,fact(); float LAM, MU=3, RO, C=0.1, N=10, F1=0, EXX, EWQ; clrscr(); for (LAM=0.1;LAM<=1.1;LAM=LAM+0.1) { RO=LAM/MU; EXX=2/(MU*MU); for(n=1;n<N-1;n=n+1) F1=F1+(N-n)*pow(LAM*C,n-1)*exp(-LAM*C)/fact(n-1)...- Anantharaman
- Thread
- C++ Error Program Rectifier
- Replies: 1
- Forum: Programming and Computer Science