0% found this document useful (0 votes)
13 views1 page

Numeric Conversion

The document outlines a simple VB program aimed at converting a numeric input into Binary, Octal, and Hexadecimal formats. It includes an algorithm detailing the steps for user input, conversion selection, and result display. Additionally, it mentions the design of a VB form for user interaction.

Uploaded by

MANI KANDAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Numeric Conversion

The document outlines a simple VB program aimed at converting a numeric input into Binary, Octal, and Hexadecimal formats. It includes an algorithm detailing the steps for user input, conversion selection, and result display. Additionally, it mentions the design of a VB form for user interaction.

Uploaded by

MANI KANDAN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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:

You might also like