Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 
== Wednesday - Friday (6/5/19 - 6/7/19) ==
 
== Wednesday - Friday (6/5/19 - 6/7/19) ==
 +
'''Warmup:'''
 +
* Execute the code found [https://repl.it/@paulbui/String-Equals-Demo]
 +
** Can you ever get your input to match the if-statement check?
 +
** Is String a primitive type or a complex object type?
 +
 
'''Agenda:'''
 
'''Agenda:'''
 +
* String equals() demo
 
* Make sure that you have completed the ArrayList<Card> repl.it exercises:
 
* Make sure that you have completed the ArrayList<Card> repl.it exercises:
 
** printHand()
 
** printHand()

Revision as of 06:26, 7 June 2019

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

Warmup:

  • Execute the code found [1]
    • Can you ever get your input to match the if-statement check?
    • Is String a primitive type or a complex object type?

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()

Archives