[SOLVED] SOLVED:EECS 293  Software Craftsmanship Programming Assignment 9   

34.99 $

Category:

Description

5/5 - (1 vote)

Programming In this assignment, you will debug the numbers application (posted on blackboard). Here are the original specifications, which were then botched in the provided code: Write a method that accepts an integer number in English and prints it out in numerical notation. For example: Input Output one hundred thirty one 131 two thousand five 2005 nine hundred ninety nine million nine hundred ninety nine thousand nine hundred ninety nine 999999999 minus four hundred fifty thousand two -450002 naught 0 Here are the rules for the input format. You will have to decide on and implement error handling if the input is invalid. All letters are lower case. Only integers between -999999999 and 999999999 are valid. The number 0 is represented by “naught” or “zero”. The other integers are represented as [minus|negative] [