factorial programwhen i put endl after it it adds another 2.... i think its easier if u just look at my code. [code] ...
factorial programwhen 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 programThe 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