jiva編程輸入任意三組整數(shù)輸出三組整數(shù)的商輸入為0或不是整數(shù)提示錯(cuò)誤并重新輸入數(shù)據(jù)
程序參考:///345將4589467892356234752354防重復(fù)2364236442534645675756
public static void main(String[] args) {Scanner sc=new Scanner(System.in);int a,b;for(int i=0; i<3; i++){a=b=0;do {try {a=sc.nextInt();b=sc.nextInt();if (a==0 || b==0) throw new Exception("");} catch(Exception e) {System.out.println("輸入錯(cuò),,請(qǐng)重新輸入!");sc=new Scanner(System.in);}} while(a==0 || b==0);System.out.printf("%d/%d=%d",a,b,a/b);}}
相關(guān)推薦
便查問(wèn)答是一款實(shí)用的網(wǎng)絡(luò)熱門知識(shí)問(wèn)答平臺(tái),,專注于分享你不知道的知識(shí),、經(jīng)驗(yàn)及生活問(wèn)題,,在這里所有人都能找到答案歡迎網(wǎng)友參與討論。