#include"stdio.h" int main() { char a; printf("Please input char:"); scanf("%c",&a); printf("Output the number is:%d\n",a); getchar(); return 0; }