how to write a program to display number in binary and hexadecimal?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esraasaad
    New Member
    • Nov 2015
    • 1

    how to write a program to display number in binary and hexadecimal?

    how can i write a program to let the user input a number in decimal then displays it in binary and hexadecimal?


    thanks alot
  • zuko32
    New Member
    • Oct 2015
    • 13

    #2
    Look for decimal to binary and hexadecimal conversion functions. If google it, you will find a bunch of info!

    Comment

    Working...