Difference between revisions of "IBCS1 - 1819 - June"

From WLCS
(Created page with "== Final Exams == * 1st Period - Monday (6/17/19) - 8:19am * 5th Period - Tuesday (6/18/19) - 12:50pm * Complete and demo [https://docs.google.com/document/d/1w2afUehRL4HMqNUr...")
 
m (Protected "IBCS1 - 1819 - June" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(No difference)

Latest revision as of 20:58, 23 June 2019

Final Exams

  • 1st Period - Monday (6/17/19) - 8:19am
  • 5th Period - Tuesday (6/18/19) - 12:50pm
  • Complete and demo BlackJack project
    • Submit the URL to your project to the Canvas quiz: Black Jack Final Project URL

Tuesday - Thursday (6/11/19 - 6/13/19)

Agenda:

Wednesday - Friday (6/5/19 - 6/7/19)

Warmup:

Agenda:

  • String equals() demo
  • Make sure that you have completed the ArrayList<Card> repl.it exercises:
    • printHand()
    • getHandValue()
  • Work on the BlackJack project
  • Final exam review outline will be given next week on Tuesday (6/11/19)
    • Final exam format: ~40 multiple choice Java questions

Monday (6/3/19)

Warmup:

  1. Open ArrayList Javadoc
  2. Read over all the method names

Agenda:

  • Review BlackJack rules - based on your outline assignments
  • ArrayLists
  • Complete the ArrayList<Card> repl.it exercises
    • printHand()
    • getHandValue()