Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.44 KB | None | 0 0
  1. Enter the low number:
  2. 1
  3. Enter the high number:
  4. 10
  5. Decimal Binary          Octal   Hexadecimal
  6. 1       1               1       1
  7. 2       10              2       2
  8. 3       11              3       3
  9. 4       100             4       4
  10. 5       101             5       5
  11. 6       110             6       6
  12. 7       111             7       7
  13. 8       1000            10      8
  14. 9       1001            11      9
  15. 10      1010            12      A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement