-->
当前位置:首页 > 题库

PROGRAMMING:Judging numeric characters

Luz5年前 (2021-05-10)题库482
Write a function to judge whether the specified character is a numeric character. If it is a function, return 1, otherwise return 0. Input the character in the main function, call the function and output the judgment result.
Input format:
Give 1 character in a line.
Output format:
For a given input character, the judgment result is yes or no.
Input example:
six
Output example:
yes
Input example:
H
Output example:
no






answer:If there is no answer, please comment