User: boy3005

  • Public profile

User profile: boy3005

User info
User name:boy3005
History
Joined:
Number of posts:40
Latest posts:

factorial program
when i put endl after it it adds another 2.... i think its easier if u just look at my code. [code] ...

factorial program
when i enter 2 for n, is it suppose to print 2 and 2.5?? isnt it suppose to just print 2.5?

factorial program
[code] #include <iostream> using namespace std; int main() { int n,i; cout << " Enter n="; cin...

factorial program
The factorial of a non-negative integer n (written n! and read n factorial) is defined by n! = 1 ,if...

digit program
[code]#include <iostream> #include <cmath> #include <math.h> using namespace std; int main() { in...

This user does not accept Private Messages