Computer Science 252
Problem Solving with Java
Fall 2013, The College of Saint Rose
Agenda
Write a Java application called Factorial.java, much like the Powers example that reads in a positive integer, then computes the factorial of that number, first using a method with a while or for loop, then with a recursive method.
Please submit only the file Factorial.java in Submission Box under "InClass14" before you leave class.
No New Lecture Assignment
Finish up Lab 6: Frogger.
Examples