Search:

Type: Posts; User: welikedogs

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,667

    Re: wanting to convert printout to UPPER case

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

    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...
Results 1 to 2 of 2