CIS170C All Assignments CIS170C All Assignments | Página 5
Copy your source code and paste it into the same Word document as your screen print. Save
the Word Document as Lab01A_LastName_FirstInitial
Note: Using the Visual Studio editor to compile your programs creates a lot of overhead. These
additional files will become important as you create more sophisticated C# projects. Projects
can contain one or more source-code files. For this course, you will not have to worry about all
the extra files that are created.
End of Part A
Part B: Calculate Total Tickets
Step 1: Create New Project
Now create a new project and name it LAB1B. Make sure you close your previous program by
clicking File >> Close Solution.
Step 2: Type in Program
Like before, enter the following program. Type in your name for Developer and current date for
Date Written.
Step 3: Save Program
Save your program by clicking File on the menu bar and then clicking Save Program.cpp, or by
clicking the Save button on the toolbar, or Ctrl + S.