summaryrefslogtreecommitdiffstats
path: root/C++/2D Arrays/INSTRUCTIONS
blob: 924f32d570d309ab132eebd82dd8262cc084a625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
HW4: 2D Arrays
Due November 29th, 2022 before midnight
50 Points
2D Arrays are only introduced in this course. You will use them in data structures instead. Therefore, this assignment is meant to let you become familiar with the concept before you move onto that class.
In this assignment, you will watch the videos about 2D Arrays. Then, you will write a program that does the following: 

    Write a program using 2D Arrays that will store information from a user where they enter their favorite movie names. It is up to you to decide how many movie names will be entered
    Output the information entered back onto the screen

Assignment Notes:

    This program will be written in an OOP environment using functions where possible
    Use functions to get the data and to output the data
    Keep the program short! This is not meant to be a big assignment. :D
    You can look up information about 2D arrays if you need additional examples, but please, no copy/paste! Copy/paste = 0/50

General Notes:
Be sure to use comments in your program: Name, Program Description, Date and anywhere else in the program you deem necessary.
Grading Rubric:

    If you do not include comments at the top of the program (name, program description, date), you will lose 15 points
    If your program is not object-oriented, you will receive a 0/50(OOP is requred for this assignment)
    If your work is late (within 48 hours of the due date), you will lose 25 points
    If your program is late beyond the 48 hour due date, I will typically still accept it, but you will lose far more points. Depends on when you turn it in
    If your program is not formatted nicely (code all over the place, ugly), you will lose up to 25 points depending on the extent
    If your program stops working when I run it, you will lose points. The exact amount depends on the severity of the error
    If your program still has your friend's name on it, I will send you a message asking you to try harder while giving you a 0/50
    If you submit a file type I cannot open, such as .sln, you will receive a 0/50. You will be able to resubmit for credit, but you will lose points (depending on how late it is)
    If your program looks like a a professional programmer wrote it, I will write to you to ask if you want a job. Well, maybe not. But, I will ask about the code
    This is just a list of typical issues I run into when grading to give you some idea of where your points go. Points can be taken off for other reasons.