Search:

Type: Posts; User: daryll_1210

Search: Search took 0.08 seconds.

  1. Re: how is the correct declaration of character? I need it now. Somebody help

    sorry idk how to post in code tags cauz i'm just new here. XD
    BufferedReader is used for string, right?
    so what should i use for character? DataInputStream?
    i'm just a beginner in java btw

    ---...
  2. how is the correct declaration of character? I need it now. Somebody help

    import java.io.*;
    public class erere
    {
    public static void main(String[]args)throws IOException
    {
    BufferedReader cin=new BufferedReader(new InputStreamReader(System.in));

    String a;
    ...
Results 1 to 2 of 2