题目:把数字金额转换成发票上面的文字金额
将数字变成汉字,使用查表法,定义数组
import java.util.Scanner;
public class reverse {
public static void main(String[] args){
//1、从键盘录入金额
Scanner sc=new Scanner(System.in);
int money;
while(true){
System.out.println(