Search:

Type: Posts; User: chronoz13

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    5,607

    Re: char (toUppercase?)

    tnx sir! thats it.! :)

    just want to clarify something..
  2. Replies
    4
    Views
    5,607

    Re: char (toUppercase?)

    how should i make this ryt?


    private static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));

    public static void main(String[] args) throws IOException {
    ...
  3. Replies
    4
    Views
    5,607

    char (toUppercase?)

    is there any method that can check if a character is uppercase or lowercase?

    like the method in the String type? (toUpperCase()/toLowerCase());
Results 1 to 3 of 3