#Sum of the Numbers
##Objectives
- To demonstrate your understanding of objects
- To demonstrate your understanding of operators
- To demonstrate your understanding of user input/output
##Overview
#Sum of the Numbers
##Objectives
##Overview
#Sum of the Numbers
##Objectives
##Overview
#MySQL Lab#
Create a addresses database
Create two tables within that database: people, home.
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:
#MySQL Lab#
Create a addresses database
Create two tables within that database: people, home.
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:
This lab focuses on implementing a simulated bank account and practicing using access control features of the Java language. By the end of this lab students should feel comfortable setting class members to be private or public, creating accessor and mutator functions for fields as needed, and using those methods to access the underlying fields.
The bank account functionality produced in this lab will be integrated into the weekly project and may be further enhanced during the project.