Search:

Type: Posts; User: JWingate

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    989

    Re: School Lab Work

    My main question is within my for loop it is giving me a problem with my myNumber variable when I am calling it within the outFile.println so I am confused with that.
  2. Replies
    2
    Views
    989

    School Lab Work

    import java.io.*;
    public class C13e1
    {

    public static void main(String[] args) throws IOException
    {
    PrintWriter outFile = new PrintWriter(C13e1.txt);
    for (int myNumber = 5; myNumber <=...
  3. Replies
    5
    Views
    1,288

    Re: Java test questions

    Honestly, I do not know factorials, but I am going into class early to learn a little before the test.

    The parentheses through me off as well, I am wonder the same as you about the multiplication.
  4. Replies
    5
    Views
    1,288

    Re: Java test questions

    I am basically asking for a more in-depth explanation of each question. I am not looking for coding, I frankly just don't understand what each question is truly looking for.
  5. Replies
    5
    Views
    1,288

    Java test questions

    I am having trouble solving these questions that could be on my test in 3 hours:

    1. 5 factorial is the product of 5, 4, 3, 2, 1. 10 factorial is the product of the integers 10 down to 1. Write a...
Results 1 to 5 of 5