CS230 Lab 1: Basic Constructs, and java Classes

Lab 1: Basic Constructs, and java Classes

 

conditionals and loops; String, Random

 

Goals:

In this lab you will get practice with:

  1. the String, and Random java classes,
  2. boolean expressions,
  3. conditionals,
  4. loops (while/do-while),
  5. method definitions and invocations
  6. order of execution
  7. using java API and javadoc

Tasks:

  1. Voting
  2. UserNames [PRELAB]
  3. PlayingWithWords
  4. Turn in your work