Computer Science, asked by monalisachakrab7079, 1 month ago

Create a class called INVOKE with the following Methods:
 Int factorial(int n)    - to calculate the factorial
void Summation()  -  to find the sum of n numbers
 
Write a main method to input necessary variables and to invoke
the above methods.

Answers

Answered by dthamiza
0

orial

void Summation()  -  to find the sum of n numbers

 

Write a main method to input necessary variables and to invoke

the above methods.

Explanation:

Similar questions