#include<stdio.h>
#include<conio.h>
main()
{
char
tus;
clrscr();
printf(
"Bir tusa basiniz :\n"
);
tus=getche();
if
(tus>=
'a'
&& <=
'z'
)
"\nHARF"
else
'0'
'9'
"\nSAYI"
"\nÖZEL"
getch();
}