// editor2
#include<stdio.h>
int main()
{
    char a=A;
    printf("The character is: %c");
    return 0;
    
}