Hi every one,
i'm new to java programming. I just started using Sams teach yourself Java in 21 days. I've just completed day 4th but i can't solve the second exercise which was to create a class that takes words for the first 10 numbers ("one" up to "ten") and converts them into a single long integer by using a switch statement for the conversion and command-line arguments for the words. I found the soluce on the book's web site but i want the code i wrote to work for i know there isn't only one single way to solve the problem. Here i send you my codes, can you please tell me what went wrong. Thank you.