#include <stdio.h>
char ch;
{
scanf("%c", &ch);
printf("The character is:%c",ch);
return0;
}