Part 1 - The Basics

This section will cover the basics of how to create a C# project in Visual Studio 2022 and run it, along with some basic skills.

Your First Program

Follow the following instructions on how to create a new console program. Make sure to do the following each time you create a project:

  • Make sure you select C# as the language.

  • You want to make sure that you choose Console Application (.NET framework)

      • It will still work if you choose .NET (Core)

  • (At school) Make sure that you save the project on your Google Drive (X:).

Part 1 The Basics

What to Do?

Now that you know how to make and run a C# program:

1 - Read through and complete Part 1 - The Basics - Input, Output and Variables.

2 - Create a C# project called Part 1 - The Basics and complete the three programming tasks.

      • Submit your programming project to the Hand-In folder.

      • You may view a sample of what should be produced by downloading the program below.

SUBMIT

Part 1 - Basics of Printing.pdf

Files