Numeric Conversion
Numeric Conversion
Aim:
Write a simple VB program to accept a number as input and convert them into (a) Binary (b)
Octal (c) Hexa-decimal
Algorithm:
1. Start the process.
2. Design a VB form for getting a Numeric value as input, for choosing of conversion to be
made from the options of Binary, Octal and Hexa decimal.
3. According to choice call the relevant function for conversion.
4. Display the result using textbox to the user
5. Terminate the process.
Screen Design: