Great Commander
Elite
Paano po ba gawin to sa Java using JOptionPane?
Create a program that will display the factorial of a given input (integer).
sample:
input=5
output= 1x2x3x4x5=120.
Create a program that will display the factorial of a given input (integer).
sample:
input=5
output= 1x2x3x4x5=120.