User Profile

Collapse

Profile Sidebar

Collapse
tackleberi
tackleberi
Last Activity: Nov 13 '07, 02:38 PM
Joined: Nov 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tackleberi
    replied to Reading a file into arrays
    in Java
    Cool, il try that so. Thanks...
    See more | Go to post

    Leave a comment:


  • tackleberi
    replied to Reading a file into arrays
    in Java
    That sound really hard. We've havn't done anything like that in our lectures....
    See more | Go to post

    Leave a comment:


  • tackleberi
    replied to Reading a file into arrays
    in Java
    I'm not sure how to put them together. How do I get the file into the array? I'm trying to use the i and j to put the information in to the array. The file is made up of user ids, item ids and the rating the user has for each item. The file starts like this: 1 1 1 881250949
    1 2 5 881250949
    1 4 2 881250949 ect...
    See more | Go to post

    Leave a comment:


  • tackleberi
    started a topic Reading a file into arrays
    in Java

    Reading a file into arrays

    hi, im having some trouble reading a file into java and then storing it in an array here the code i have so far:

    Code:
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.util.Scanner;
    import javax.swing.JOptionPane;
    
    public class samplecode {
    
    	
    	int i = 0;
    	int j = 0;
    	
    	public static void main(String[] args) {
    		
    	double
    ...
    See more | Go to post
    Last edited by Ganon11; Nov 8 '07, 02:26 PM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...