Sizzle
I paint controllers
I'm a first year computer science major, and we are learning the Java programming language. My goal, write a program that gives the factorial of a user inputted number. Ex. 6! = 6*5*4*3*2*1, where 6! is read six factorial. I know I need to use a FOR loop to accomplish this but I think I also need to use IF and ELSE statements as well. If anyone could gimme a hint or two, that would be greatly appreciated.