Topic 2 - Numbers and Math

This section will cover how C# evaluates expressions, and handles various mathematical operations.

Topic 2 - Numbers and Math

What to Do?

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 - 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.

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.

What to Submit

1 - The Program.cs file found in the project folder of the project you made for assignment Topic 2 - Numbers and Math Assignment below.

Lesson Tutorial

Topic 2 - Numbers and Math.pdf

Programming Assignment

Topic 2 - Numbers and Math Assignment.pdf

Files