Visual Basic Programming

profilefleche
question_1.docx

(Table of Decimal, Octal, Hexadecimal and Binary Equivalents)  Write a program that displays in a TextBox a table of the binary, octal, and hexadecimal equivalents of the decimal numbers in the range 1–255. If you are not familiar with these number systems, read  Appendix C , Number Systems, first. Set theTextBox’s MultiLine property to True and its ScrollBars property to Vertical so that you can scroll through the results.  Figure 5.21  shows the application’s GUI.