Why this matters: This is an important step because real desktop applications have to be installed on computers. This lecture shows you the basics of this process.
Learning Results
1) Understand how to code an application
2) Understand how to use ReadKey() to close an app
3) Understand how to publish, install and use the application
4) Understand how to uninstall an application
5) Please be sure to watch the supplementary video on basic methods (also called functions)
Assignment:
1) Create a fully functioning console calculator. This app should be able to add, subtract, divide, multiply, and increase or decrease each value by a specified percent. The user should input two values, and have the results of each operation shown. Make sure the application stays open until some key is pressed. Publish, install and run the application from your system.