Topic 3 - Variables

This page will cover how to create and use variables of different datatypes in C#.

Topic 3 - Variables

What To Do?

1 - Complete the tutorial Topic 3 - Variables. Answer the questions, and attempt all of the tasks suggested. There is a solution set posted at the bottom of this page.

Here is a good link for more about variables in C#: https://www.w3schools.com/cs/cs_variables.asp

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.

The next parts 3 and 4 can be done in any order.

3 - Complete the Making Variables Worksheet. You may either print it and fill it in by hand, or download a copy and complete it electronically. Try to do as much of it as you can There will be a quiz based off this worksheet. Make sure you complete it and correct it.

4 - Make a new C# Console .Net Framework project, and complete the assignment Topic 3 - Variables Programming 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.


For more information on variables, here is a good website:

https://www.w3schools.com/cs/cs_variables.asp

What to Submit?

1 - The Program.cs file found in the project folder you made for Topic 3 - Variables Programming Assignment.

2 - There will be a quiz given during class covering this material.

Lesson Tutorial

Topic 3 - Variables.docx

Programming Assignment

Topic 3 - Variables Programming Assignment.pdf

FIles