Q: Why don't the calculator buttons appear when the program
is started?
A: This is intentional. The program is waiting for you to decide
which base you want to use.
Q: Having problems with the calculator not responding to your commands?
A: Since this program is coded in Java it is run on your processor with
a limited amount of space. Therefore, you may be doing actions before
its ready to receive them. Then, when you make the actions make sure
that they happen. For example, when pressing the function buttons
make sure the number resets to zero before you precede, otherwise the program
has not realized that you pressed that button.
Q: Did the program give you a weird answer?
A: Unfortunately due to large processor requirements of java programs,
the Base Calculator probably interpreted a small click you made as intentional.
Or the program possibly became overloaded with your commands and gave a
random response.
Q: Is the program suddenly not functioning normally?
A: Refresh your browser, ultimately causing the program to reload
and try again.