Problem1594--C Programming Practicals 4 Switch -3

1594: C Programming Practicals 4 Switch -3

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 250  Solved: 181
[Submit] [Status] [Web Board] [Creator:]

Description

Display A to Z and a to z on screen.

Input

无需输入

Output

Upper case characters: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Lower case characters: a b c d e f g h i j k l m n o p q r s t u v w x y z

Sample Output Copy

Upper case characters:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Lower case characters:
a b c d e f g h i j k l m n o p q r s t u v w x y z

Source/Category

118