I have to write a small program to replicate the functionali
I have to write a small program to replicate the functionality of the basic calculator provided with Mac OS X and iOS. It\'s like a calculator app which has to be done in Swift programing.I don\'t have a much time to so please help to figured it out quickly!Here I\'m attaching the description How to do that!
https://ismoresimpler.com/2016/10/02/mobile-application-development-lecture-notes-for-week-6-1032016/
you can just click on above link there you will find the information about this assignment
Solution
The goal of this assignment is to replicate the functionality of the basic calculator provided with Mac OS X and ios.
Grading Criteria:
standadized list of operations to test your applications to myself by the end of class. we will not be posting it beforehead since we dont want folks to hardcode anything based on the demo criteria prior to giving the demonstration you must submit a pull request in order to indicate that you have completed the demo succesfully .
assumptions: you only need to support operations that utilize a 64bit
your users dont care to know the diference between integers and floating point numbers , so dont display the decimal point or any number following the decimal point in teh calculators display if the value is within 1*10^-9 of zero.
