Lab 5: Arrays & Vectors I
- Due Mar 16, 2021 by 4pm
- Points 10
- Available after Mar 16, 2021 at 2pm
Overview
In this lab, you'll practice using arrays and vectors to solve programming tasks.
Learning outcomes
By the end of this lab, you should be more comfortable...
- using arrays and vectors to store lists of data
- iterating over arrays and vectors
- using parallel vectors/arrays to hold multiple attributes of a list of entities
Exercises
Get as far as you can solving the following zyLabs in the zyBook. While you do them, be sure to implement incrementally—write a line or two of code, then compile/run it. Test frequently by clicking "Submit mode" and then "Submit for grading". You have unlimited submits, so don't worry about using some quota up.
- zyLab 4.24: Print string in reverse
- zyLab 5.18: Output numbers in reverse
- zyLab 5.22: Word frequencies
- zyLab 5.28: Removing an item from an array/vector
- zyLab 5.25: Two smallest numbers
Submitting
Click "Submit mode" then "Submit for grading" when you are finished so I can see that you have done the zyLab. Your grade for the lab is based on effort, not whether you complete all of the assigned problems; you will get full credit as long as you work diligently during the 2-hour lab period.
PA options
Please see the syllabus and course schedule (both on the homepage) for more information about how many programming assignments you are required to pass, due dates, etc. Of note: you do not need to attempt every or even most PAs.