Search:

Type: Posts; User: Marcella74

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,038

    Re: help with code

    thank you so very much I was able to do it.
  2. Replies
    9
    Views
    1,038

    Re: help with code

    Can you please give me a tip on how to add it to the program without changing anything but for it to let me continue. I tried to add a while loop and it just puts all the factorials at once and that...
  3. Replies
    9
    Views
    1,038

    Re: help with code

    import java.util.Scanner;

    public class Project4 {

    /**
    *
    * @param args
    */
    public static void main(String[] args) {
  4. Replies
    9
    Views
    1,038

    Re: help with code

    I don't know how to wrap my code. and about the continue after I get my factorial for the number I put in, i need it to ask me to continue so I can put a new number in to get the factorial of a new...
  5. Replies
    9
    Views
    1,038

    help with code

    I have this school assignment and I just about got it but for some reason I cannot get the continue to let me continue after I click y.

    import java.util.Scanner;

    public class Project4 {
    ...
Results 1 to 5 of 5