Problem
1) Write a program to take an integer and write its value out in hex. You cannot use string mg must mask 4 bits at a time and find the value in a table (array) of hex values.
2) Implement a program that converts an ASCII string of characters to an integer value. You may NOT use any standard libraries to convert the string to integer. You may use libraries for tasks like retrieving each number from the string, etc.