ICS211: Introduction to Computer Science II

Spring 2013
Dr. Zach Tomaszewski

http://www2.hawaii.edu/~ztomasze/

01a: Welcome to the Course

ICS211, Spring 2013
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

Read the Syllabus

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

Summary

For next time...