首頁 >Java >java教程 >Java經典程式設計題--判斷星期幾

Java經典程式設計題--判斷星期幾

零下一度
零下一度原創
2017-06-25 10:30:372514瀏覽

請輸入星期幾的第一個字母來判斷一下是星期幾,如果第一個字母一樣,則繼續判斷第二個字母。

public class Example26 {
    public static void main(String[] args) {
        f();
     }
#  #        System.out.println("請輸入星期的第一個大寫字母:");
        char ch = getChar();
        char ch = getChar();
        char ch = getChar();
     System.out.println("該字母對應的是Monday。");break;
        case 'W':
            System.out.println("該字母對應的是Wedbreakday。 ##        case 'F':
            System.out.println("此字母對應的是Friday。"); .println("請輸入星期的第二個字母:");
            char ch2 = getChar();
            if (ch2 == 'U') {## .的是Tuesday。 ");
            } else if (ch2 == 'H') {
                System.out.println("該字母對應的是  se {
                System.out .println("無此寫法!");
            }
        };break;
      個字母: ");
            char ch2 = getChar();
            if (ch2 == 'U') {# 
            } else if (ch2 == 'A') {
                System.out.println("此字母對應的是Saturday");
          System.out.println("無此寫法! ");
            }
        };break;
        def  ##      }
    }
    public static char getChar() {
        @SuppressWarnings("resource")
        Scanner s = new Scanner(System.in       char ch = str.charAt(0);
        if (ch < 'A' || ch > 'Z') {
           System.out.println("首字母輸入錯誤,請重新輸入!!! ");
            ch = getChar();
        }
        return ch }## 

以上是Java經典程式設計題--判斷星期幾的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn