Cho đoạn chương trình sau: import java.io. * ; import java.io. * ; class TBT { static BufferedReader buf = new BufferedReader(new InputStreamReader(System. in )); public static void main(Stri
37/50
Cho đoạn chương trình sau: import java.io. * ; import java.io. * ; class TBT { static BufferedReader buf = new BufferedReader(new InputStreamReader(System. in )); public static void main(String args[]) { String m = new String(); float x; m = buf.readLine(); try { x = Float.parseFloat(m); } catch(Exception e) {} } }