原文:Java:輸入小字字母,輸出對應大寫字母

package ch import java.util.Scanner public class upper SuppressWarnings resource public static void main String args String s System.out.print 請輸入一個字母: Scanner sc new Scanner System.in s sc.next if s. ...

2019-06-28 16:05 0 1588 推薦指數:

查看詳情

使用正則驗證輸入大寫字母

實現效果:    知識運用:    實現代碼: static void Main(string[] args) { Console.Title = "使用正則驗證輸入大寫字母 ...

Sat Dec 01 00:14:00 CST 2018 0 1663
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM