Command Line Argument Addition Solver Version 1.0

I wrote this code to help a student in his project in school he reach me through the Internet. I find the problem challenging and I want to expand my knowledge in Java programming.

Well about the code this program is a command line argument addition solver it will add the values given by the user via parameters. One of the strength of this code is that it can accept indefinite number of input values and then add the total sum of the values given by the user.

Another features that I include in this code is that it contains error detection routine which I develop to check whether the input values is an interger or alphabet by nature. If you find this code very useful please send me an email at [email protected] or you can text me at 09296768375. Thank you very much and Happy Programming From Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology :-D

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAnonymous (not verified)on Wed, 12/31/2008 - 19:41

Nice work.

Add new comment