This section will cover how C# evaluates expressions, and handles various mathematical operations.
1 - Read through the tutorial Topic 2 - Numbers and Math. Answer the questions and attempt all of the tasks suggested. There is a solution set posted at the bottom of this page.
2 - Make sure to complete the Programming Tasks listed in the tutorial. Part of learning how to program is to experiment, and see what happens. Please try out things that are not included in the tutorials, and see what happens.
Programming Task Solutions: https://github.com/AldworthClass/ICS3U---Numbers-and-Math-Tasks
3 - Make a new C# Console .Net Framework project, and complete the assignment Topic 2 - Numbers and Math Assignment below. All you need to submit is the Program.cs file, not the entire project. It can be found in the folder where you saved the project.
1 - The Program.cs file found in the project folder of the project you made for assignment Topic 2 - Numbers and Math Assignment below.