User Profile
Collapse
-
Cool, il try that so. Thanks... -
That sound really hard. We've havn't done anything like that in our lectures....Leave a comment:
-
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...Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: