Left off on 2.4 Declarations. At some point work on the octal/hex converters

This commit is contained in:
kdeng00
2020-09-22 21:16:11 -04:00
parent 720f6bb14d
commit 95c4b6e145
3 changed files with 69 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
*
* Write a program that can convert a decimal to a hex value and vice-versa.
* The program must pass a command line argument to determine what will
* be the conversion type and the value to be converted. The value
* must be evaluated to make sure it's valid before converting.
* Otherwise, inform the user and terminate the program
*
* Author: Kun Deng
*/