Search:

Type: Posts; User: JWingate

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    991

    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
    991

    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 <=...
Results 1 to 2 of 2