Write a program in Java to find the value of the following:
(x/3!)+(x/5!)+(x/7!)
Write this program using Methods/Functions for Class X ICSE
Answers
Answered by
0
Answer:
#python program for the factorial os a number
a=int (input("enter the number : "))
fac=1
while (a>0):
fac=fac*a
a=a-1
print("FACTORIAL : ", fac)
Similar questions
Hindi,
1 month ago
English,
1 month ago
Computer Science,
3 months ago
Physics,
10 months ago
Chemistry,
10 months ago