Skip to content

This is about converting Arabic numbers into Chinese Characters

Notifications You must be signed in to change notification settings

TurstyTiger/ArabicNumberToChinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

ArabicNumberToChinese

This is about converting Arabic numbers into Chinese Characters

Gets userinput from command line.

Number requirements:

1.only digits from 0 to 9 and the decimal point '.' are allowed;
2.you cannot start a number with 0;
3.the decimal point '.' cannot be either the first or the last character;
4.up to 12 digits for the integer part and 3 for the decimal part;

Samples:

100600000302.007
人民币壹仟零陆亿零叁佰零贰元零柒厘

100000000001
人民币壹仟亿零壹元整

3205003000.05
人民币叁拾贰亿零伍佰万叁仟元零伍分

890989000007
人民币捌仟玖佰零玖亿捌仟玖佰万零柒元整

About

This is about converting Arabic numbers into Chinese Characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages