1. 編寫程式將 「jdk」 全部變為大寫,並輸出到螢幕,擷取子串」dk」 並輸出到螢幕
/*** 編寫程式將 「jdk」 全部變為大寫,並輸出到螢幕,擷取子串」dk」 並輸出到螢幕
*/public static void main(string args)
2.編寫程式將string型別字串」test」 變為 「tset」.
/*** 2.編寫程式將string型別字串」test」 變為 「tset」.
*/public static void main(string args)
3. 寫乙個方法判斷乙個字串是否對稱
/*** 3. 寫乙個方法判斷乙個字串是否對稱
*/public static void main(string args) else
}4. string s = "113@ ere qqq yyui"
請輸出所有子串
113ere
qqqyyui
/*** 4. string s = "113@ ere qqq yyui"
請輸出所有子串
113ere
qqqyyui
*/public static void main(string args)
}5. 編寫乙個程式,將下面的一段文字中的各個單詞的字母順序翻轉,
「to be or not to be",將變成"ot eb ro ton ot eb."。
6.string s=」name=zhangsan age=18 classno=090728」;
將上面的字串拆分,結果如下:
zhangsan 18 090728
python書中練習題 python練習題
1 定義乙個空列表,接收從鍵盤輸入的整數,把列表傳給乙個從大到小排序的函式,再輸出排序後的列表的值 listex b 0 a int input 請輸入列表長度 while b a num int input 請輸入字元 b 1 print listex sum 0 for i in range 0...
python的練習題 Python練習題
1 使用while迴圈輸入1 2 3 4 5 6 8 9 10 i 0while i 10 i i 1 if i 7 continue print i 結果 e python python python test.py1 2 求1 100的所有數的和 i 0sum 0 while i 100 i 1...
練習題 基礎練習
第一題 需求 1 計算 5 個月的生活大概開銷 spending 比如 rent 房租 800.00 mealcost 吃飯 900.00 clothingcosts 買衣服 300.00 othercosts 其他費用 300.00 public class dome1 第二題 需求 2 計算 1...