Search:

Type: Posts; User: JavaPF

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    78,097

    Re: reading a char with SCANNER

    Take a read of this:

    String (Java Platform SE 6)
  2. Replies
    6
    Views
    78,097

    Re: reading a char with SCANNER

    Hello lotus,

    You can read a char with the Scanner class like this:



    import java.util.Scanner;

    public class lotus {
Results 1 to 2 of 2