Search:

Type: Posts; User: mikerousse

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,132

    Re: Array & file

    the size of the array is 10 products and 10 numbers :)

    I love you :)
  2. Replies
    8
    Views
    1,132

    Re: Array & file

    Many thank I really appreciate it.

    --- Update ---

    [highlight=java]

    import java.io.*;
    import java.util.StringTokenizer;

    class Main {
  3. Replies
    8
    Views
    1,132

    Re: Array & file

    The following give me the error:
    Type mismatch: cannot convert from String to StringTokenizer
    The constructor StringTokenizer(StringTokenizer) is undefined
    Type mismatch: cannot convert from...
  4. Replies
    8
    Views
    1,132

    Re: Array & file

    Let's start with the 1st problem, the specific program gives me the below error:
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Type mismatch: cannot convert from...
  5. Replies
    8
    Views
    1,132

    Array & file

    Hi guys,

    I have create the following program and I am little stuck here.
    Here is the code:


    import java.io.*;
    import java.util.StringTokenizer;

    class ProductNameQuan{
Results 1 to 5 of 5