大家的幻想乡火焰猫燐:VB. Net Case

来源:百度文库 编辑:高校问答 时间:2024/05/16 13:47:42
Write two programs that each print a table of the binary, octal, and hexadecimal equivalents of the decimal numbers in the range 1-256.
a) For the first program, print the results to the console without using any String formats.
b) For the second program, print the results to the console using both the decimal and hexadecimal String formats.

it's really basic enough
why not try it