Results 1 to 5 of 5
- 11-03-2010, 02:22 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 11
- Rep Power
- 0
writing a program to read a specific amount of lines from a file?
hey my names scott am fairly new to java and am looking for a bit of help.
Im looking to write a program that reads and prints out the first 10 lines of text from a file. Ive been learning java for around 2 weeks now but cannot find anywhere how to do this. Can somebody give me a hand?
Thanks allot scott :)
- 11-03-2010, 02:33 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
1. Set a counter to 0.
2. read a line.
3. increment the counter.
4. Is the counter < 10? then go to 2.
5. PROFIT!
In other words loop 10 times over a readline.
- 11-03-2010, 06:04 PM #3
Crossposted, sorta: reading a certain amount of lines from a file? - Java Programming Forums
- 11-03-2010, 06:07 PM #4
Member
- Join Date
- Nov 2010
- Posts
- 11
- Rep Power
- 0
no kevin. earlier i wanted to know how to print a certain amount of lines. now i want to know how to print every other line. Thank you for your help!
- 11-03-2010, 06:17 PM #5
That's not what you asked.earlier i wanted to know how to print a certain amount of lines. now i want to know how to print every other line.
If you don't like to be called a cross poster, you shouldn't have cross posted in the first place.Im looking to write a program that reads and prints out the first 10 lines of text from a file.
db
Similar Threads
-
Selecting Specific Data in a file and writing to another
By macpilz in forum New To JavaReplies: 2Last Post: 05-01-2010, 09:16 PM -
Im writing to a file and i want to skip lines while writing to a text file.
By Broden_McDonald in forum New To JavaReplies: 1Last Post: 02-27-2010, 01:29 AM -
writing to specific line in text file
By mickmos in forum New To JavaReplies: 2Last Post: 04-18-2009, 01:01 PM -
Writing To A Specific Text File Line
By mokonji in forum New To JavaReplies: 1Last Post: 03-02-2009, 08:13 PM -
[SOLVED] Writing ArrayList to Text File on seperate Lines
By shinjitsunohana in forum New To JavaReplies: 9Last Post: 08-27-2008, 05:53 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks