Search:

Type: Posts; User: muffin

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,995

    I can't key in the data

    here is my main program



    import java.io.IOException;
    import java.util.NoSuchElementException;
    import java.util.Scanner;

    public class TransactionProcessor
    {
  2. [SOLVED] Re: Is it "public void closeFile()" problem??? (Coding problem)

    thankyou very much... =)
  3. [SOLVED] Is "Public void closeFile()" a problem in the program for AS-Level computing project

    import java.io.EOFException;
    import java.io.IOException;
    import java.io.RandomAccessFile;

    public class ReadRandomFile
    {
    private RandomAccessFile input;

    //enable user to select file to...
Results 1 to 3 of 3