Solve this problem:
Program: Write a script that inputs a dollar amount to be printed on a check, then prints the amount in check protected format with leading asterisks if necessary. Assume that nine spaces are available for printing the amount.
Program: Write a script that inputs a numeric check amount and writes the word equivalent of the amount.
I'm not sure how prepare a script that inputs a dollar amount to solve the question.