Skip to content

This Python program solves and shows binary, decimal, and hexadecimal answers

License

Notifications You must be signed in to change notification settings

MontyMango/BDH-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDHsolver

This Python program solves and shows binary, decimal, and hexadecimal answers

Program Instructions:

  • The program pops up a "What would you like to solve today?" screen. You can do 1 for decimal, 2 for hexadecimal, 3 for decimal, 9 for settings, and 0 to exit.
  • Pick one of those answers and then put in the appropiate numbers.
  • If you don't pick the correct numbers an invalid message will appear.
  • If you put in the correct information the binary, hexidecimal, and decimal answer will appear.
  • Once finished with seeing the answer, press enter and you will be back in the menu.