亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

什么是NumberFormatException以及如何解決?

什么是NumberFormatException以及如何解決?

什么是NumberFormatException以及如何解決?Error Message:Exception in thread "main" java.lang.NumberFormatException: For input string: "Ace of Clubs"    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)    at java.lang.Integer.parseInt(Integer.java:580)    at java.lang.Integer.parseInt(Integer.java:615)    at set07102.Cards.main(Cards.java:68)C:\Users\qasim\AppData\Local\NetBeans\Cache\8.1\executor-snippets\run.xml:53: Java returned: 1BUILD FAILED (total time: 0 seconds)我的循環:while (response != 'q' && index < 52) {    System.out.println(cards[index]);    int first_value = Integer.parseInt(cards[index]);    int value = 0;    //Add a Scanner    Scanner scanner = new Scanner(System.in);    System.out.println("Will the next card be higher or lower?, press q if you want to quit");    String guess = scanner.nextLine();    if(cards[index].startsWith("Ace")) { value = 1; }    if(cards[index].startsWith("2")) { value = 2; }    if(cards[index].startsWith("3")) { value = 3; }    //checking 4-10    if(cards[index].startsWith("Queen")){ value = 11; }    if(cards[index].startsWith("King")){ value = 12; }    if(guess.startsWith("h")){        if(value > first_value){ System.out.println("You answer was right, weldone!"); }         else { System.out.println("You answer was wrong, try again!"); }    } else if(guess.startsWith("l")){        if(value < first_value) { System.out.println("You answer as right, try again!"); }        else { System.out.println("You answer was wrong, try again!"); }    } else { System.out.println("Your was not valid, try again!"); }    scanner.close();                index++;}//end of while loop
查看完整描述

3 回答

?
楊__羊羊

TA貢獻1943條經驗 獲得超7個贊

貌似cards[]字符串數組,你正試圖轉換Ace of Clubs整數。

int first_value = Integer.parseInt(cards[index]);


查看完整回答
反對 回復 2019-05-27
  • 3 回答
  • 0 關注
  • 13645 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號