Recent Posts

Java: Viết chương trình nhập vào một chuỗi ký tự. Đổi chuỗi thành chữ in hoa.

-
import java.io.*;
public class ReadLine{
   public static void main(String args[]){
           InputStreamReader isr = new InputStreamReader(System.in);
           BufferedReader br = new BufferedReader(isr);
           try{
                        String line = br.readLine();                                        
                        System.out.print(line.toUpperCase());
                       
           }
           catch(IOException ie){
                        System.out.print("Error: " +ie);
           }
          
   }

}




Klik untuk melihat kode: :) =( :s :D :-D ^:D ^o^ 7:( :Q :p T_T @@, :-a :W *fck* x@