01a: Weclome to the Course

ICS211, Fall 2012
Dr. Zach

(switch view)

Zach Tomaszewski

Me, indoors.

Icebreaker (5 min)

My Teaching Philosophy

Let's Start!

"Let me not think of my work only as a stepping stone to something else, and, if it is, let me become fascinated with the shape of the stone."

--Ze Frank, from invocation

ICS211: Course Content

Grading

Lab

Assignments

Textbook

Caveat: First-time Course

Questions now...?

Java Review

Basics I: Conditionals, etc.

Review Format

Printing

  int badgers = 6;
  System.out.print(3)
  System.out.println(badgers)
  System.out.print("honey")
  System.out.println();
  System.out.print("badgers")

Literals, Datatypes, and Variables

Operators (1/2)

Operators (2/2)


Conditionals

Odds and Ends

To do before next time...