Search:

Type: Posts; User: welikedogs

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,672

    Re: wanting to convert printout to UPPER case

    text = text.toUpperCase();
  2. Replies
    4
    Views
    2,672

    wanting to convert printout to UPPER case

    import java.util.*;
    import java.io.File;

    class assignment1{

    public static void main (String[] args) throws Exception{

    File alicefile = new File("alice.txt");
    Scanner scan = new...
  3. Re: reading a certain amount of lines from a file?

    Tried a while loop. But i only know how to scan next line untill there is no more. Im not sure how to read a certain amount of lines. This is what i need a bit of help with. :)
  4. reading a certain amount of lines from a file?

    Hey guys my names scott and this is my first post. I just recently started using java and am still very basic.

    I want to read a certain amount of lines of text from a file. I'm not sure which...
Results 1 to 4 of 4