Your First Data Structure: 1D Array Shirley Moore CS 1401 Spring 2013 cs1401spring2013.pbworks.com April 9, 2013
Agenda Announcements Recap Exam 2 last two problems Recap Quiz 5 Introduction to Arrays Assignments for Thursday Intro to Lab 7
Announcements CS Seminar – April 12, :00-2:00 PM in CCSB G.0208 – Guillaume Melquiond, Universite Paris Sud – Title: Formal proof and interval arithmetic, a virtuous circle Lab 6 due today! Programming Exercises 5.16, 5.20 due today Quiz 5 redo (if you took it the first time) Quiz 6 on Thursday, April 11 Exam 2 retest on last two problems Thursday, April 11 First research paper due by April 25
Motivating Example: Standard Deviation Suppose you want to read in a set of values, compute the mean and the standard deviation, and report how many values are within one standard deviation of the mean. See deviation.html for definitions. deviation.html We need to store the scores as we read them in and then be able to process them.
Class Activity Complete the program DogHeights.java (download from class website)
Assignments for Thursday Read sections CheckPoint questions on pp Study for Quiz 6 over methods and array basics