Search:

Type: Posts; User: aizen92

Search: Search took 0.08 seconds.

  1. Thread: array problem

    by aizen92
    Replies
    4
    Views
    1,478

    Re: array problem

    well but the problem is that i need to write the elements of an array from the file itself, no me assigning each element with its number
    i want it to read the file and put it itself
  2. Thread: array problem

    by aizen92
    Replies
    4
    Views
    1,478

    Re: array problem

    import java.util.Arrays;

    public class testing
    {
    public static void main (String[] args)
    {
    int[] list1 = {5, 8, 3};
    int[] list2 = {2, 99};
    int[] list3 = {5, 3,...
  3. Thread: array problem

    by aizen92
    Replies
    4
    Views
    1,478

    array problem

    hello,
    i am new to java and im trying to solve some problems i found on the net
    my objective is to read a file that contain:
    "5
    3: 5 8 3
    2: 2 99
    7: 5 3 7 3 3 66 88
    2: 2 4
    4: 2 5 7 3"
Results 1 to 3 of 3