Skip to content

Instantly share code, notes, and snippets.

View mohammad-alfatih's full-sized avatar

Hamada Bio mohammad-alfatih

View GitHub Profile

#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

#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

#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 ‘’

#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 ‘’

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

Access Control Lab - Bank Account

Description

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.

Testing