Lab Sheet 2: Understanding C# Variables and Control Structures
HNDIT1012 Visual Application Programming
Part 1: Variable Declaration and Initialisation
Exercise 1.1: Basic Variable Declaration
Create a new C# Console Application and declare the following variables:
An integer variable studentId with value 1001
...
techxnomad.hashnode.dev5 min read