Hi there,
I have been asked to import a text file into java, the file contains a series of 1's and 0's which draw a picture. The 1's will be drawn as a dot where as the 0's will be a blank space. I was wondering if anyone could show me how to get started on this as i am currently struggling with even importing the text file and putting it into an array. I cannot use import.java io*, which means i am unable to use features such as BufferedReader.
Cheers
This is the text file:
00000100100010010000
00111001000001001100
00111110000001111100
00000000000000000000
00000000000000000000
** I can import a text file using
SimpleReader Input = new SimpleReader ("binary.txt")