Week 2 Lab
CIS170C Lab Report Template
Rubric
Point distribution for this activity:
|
Lab Activity |
||
|
Document |
Points possible |
Points received |
|
Total points |
|
(1) Code
Copy and paste the code for the labs. If there are multiple parts to the lab, please label each part. For each program you write ensure you have proper commenting including a comment block (example below)
Example comment block:
// ---------------------------------------------------------------
// Programming Assignment: LAB1A
// Developer: ______________________
// Date Written: ______________________
// Purpose: Ticket Calculation Program
// ---------------------------------------------------------------
(2) Screenshot
Copy and paste a screenshot of the program working. If there are multiple parts to the lab, please label each part. The screenshot should show the entirety of the program.