Left off on 2.4 Declarations. At some point work on the octal/hex converters
This commit is contained in:
@@ -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
|
||||
*/
|
||||
Reference in New Issue
Block a user