0
C++
write a program to evaluate the following using function: Z = (X! + (Y-X)!) / 2
2 Answers
0
You basically just need a function for calculating factorials. What have you tried so far?
write a program to evaluate the following using function: Z = (X! + (Y-X)!) / 2