【基礎題】【for迴圈】分別輸出A~Z, a ~ z。
1.輸出A~Z
package com.itheima;
public class Main {
public static void main(String[] args) {
char c;
for(c='A';c<='Z';c++){
System.out.print(c+" ");
}
}
}
2.輸出a ~ z
package com.itheima;
public class Main {
public static void main(String[] args) {
char c;
for(c='a';c<='z';c++){
System.out.print(c+" ");
}
}
}
相關文章
- 【基礎題】【for迴圈】二重迴圈
- 分別使用while迴圈、do…while迴圈和for迴圈輸出1~100之間的所有偶數While
- python 基礎習題6--for迴圈和while迴圈PythonWhile
- python 基礎 迴圈Python
- Java for迴圈倒序輸出Java
- Python基礎(07):迴圈Python
- 基礎迴圈+識圖
- Z170、Z270、Z370和Z390電腦主機板到底有什麼區別?
- vivo Z1對比Z1i區別對比 vivo Z1i和vivo Z1哪個好?
- Map型別的的增刪查、判斷、迴圈輸出型別
- JAVA基礎--增強for迴圈Java
- 【Python基礎】for迴圈語句Python
- react基礎之-- 列表迴圈React
- z
- Python基礎-While迴圈語句PythonWhile
- python基礎 while迴圈練習PythonWhile
- Python基礎學習之迴圈Python
- 實驗三:分別用for、while和do-while迴圈語句以及遞迴方法計算n!,並輸出算式While遞迴
- CCF第二題之Z字形掃描(只有90分555555)
- 迴圈輸出——閉包、變數作用域變數
- Java基礎輸入輸出Java
- Go 基礎知識之分支迴圈Go
- Python基礎:條件判斷 & 迴圈Python
- shell基礎教程 十六: Shell until迴圈
- vivo Z1搭載驍龍660安兔兔跑分實測 vivo Z1跑分多少?
- 聯想Z5搭載驍龍636的跑分實測 聯想Z5跑分多少?
- Oracle 1Z0-149 題庫Oracle
- z 變換
- CPU-Z
- Z函式函式
- Z-algorithmGo
- Hier-Z
- 【重溫基礎】3.迴圈和迭代
- C#程式設計基礎第七課:C#中的基本迴圈語句:while迴圈、do-while迴圈、for迴圈、foreach迴圈的使用C#程式設計While
- 輸入和輸出基礎語法
- python基礎篇-輸入和輸出Python
- while迴圈/格式化輸出/運算子/編碼While
- PbootCMS lopp迴圈語句使用用於根據迴圈輸出一段內容boot