Topic 1 - Printing and Comments

This section will cover how to create a C# project in Visual Studio and run it. The basics of printing and comments will be covered.

Printing and Comments

When creating a project, make sure that you save it to a location that you can find. If you are at school, you must save it to X:/ICS3U/projectname OR on a memory stick. If you save it on the C: at school, you may lose access to it.

What to Do?

1 - Read through the tutorial Topic 1 - Printing and Comments. Answer the questions, and attempt all of the tasks suggested. There is a solution set posted at the bottom of this page in the Files section.

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 1 - Printing and Comments 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 1 - Printing and Comments Assignment below.

Lesson Tutorial

Topic 1 - Printing and Comments.pdf

Programming Assignment

Topic 1 - Printing and Comments Assignment.pdf

Files