Skip to content

Instantly share code, notes, and snippets.

#MySQL Lab#

  1. Create a addresses database

  2. Create two tables within that database: people, home.

  3. Add 10 entries into the people table and their respective address' and home numbers to the home table. make sure two or more people share the same address

People table will include:

  • First Name - varchar(50) Not Null default ‘’
@Toonces1980
Toonces1980 / Reusing_Classes_1.md
Created January 18, 2017 19:29 — forked from DavidGinzberg/Reusing_Classes_1.md
Reusing Classes Labs

Rotate Array

Objectives

  1. To demonstrate your understanding of objects and functions
  2. To demonstrate your understanding of controlling execution
  3. To demonstrate your understanding of access control
  4. To demonstrate your understanding of reusing classes

#Sum of the Numbers

##Objectives

  1. To demonstrate your understanding of objects
  2. To demonstrate your understanding of operators
  3. To demonstrate your understanding of user input/output

##Overview