Rewrite Display 2.6 using BufferedReader.
You need to import the following packages in the first place.
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
Change
Scanner keyboard= new Scanner(System.in);
into
BufferedReader keyboard= new BufferedReader(new InputStreamReader(System.in));
String inputString = keyboard.readLine();
Note the Main method needs IOException handling as follows:
public static void main (String[] args) throws IOException
23 則留言:
電子三乙9426202蘇柏寬
電子三丙9426364張家瑜
電子四乙9326256劉緯宏
電子四乙9326246陳彥良
電子三乙9426212黃嘉弘
電子三丙9426324詹敬翔
電子三甲9426147吳尚毅
電子三乙9426236林庭輝
企管三乙 9441210 王思樺
電子三甲 9426113 陳明哲
電子四乙9326206許鈞量
電子3甲9426130曾瑋書
9326268 李致學
電子四乙 9326222 黃璽祐 Lab: Keyborad Input
醫工四甲9325121東峻平
電子四乙 9326251 林士傑
9442234 貿三乙 莊淳雅
電子4丙9326315 梁彥
電子四甲9326125曾韋碩
電子三丙9426352陳彦儒
電子三甲 9426114 鄭安舜
張貼留言