You must create a calculator that can follow the order of operations. Try to pack as many features as you can into the program while still making it easy to use/navigate. Get creative, design it however you wish! Your entry will be judged, so please make it as neat as possible!
Challenge ends 23:59 GMT -5:00, March 15, 2015
###Rules:
Must have a GUI.
Must follow the order of operations.
Must accept mouse clicks and keyboard inputs.
Text area must show at least the current operation.
No external Libraries can be used.
###Extra Goals / Personal Goals:
Complete the project in less than 10 hours. (work time)
Add a scientific setting that will change the calculator. (see below)
Add Tangent, Sine, Cosine, operations.
Create a pi button, that calculates pi to the 10th number to use in calculations.
Do not save the pi number in a var, calculate it every time!
Allow users to calculate pi to the nth number.
Create a history log of past operations the user can revert back to.
Also I really don’t get your requirements. May only see one line at a time? Run twice? You mean like for debugging? And if it doesn’t work you have to what, start over and just rewrite your code?
shrugs I don’t think I’m honorable enough to not just lie about how many times I tested the project. Let alone how many lines I was looking at at once.