Monday, January 30th
Essential Question: What are the 3 steps used to accept input from the user using the Scanner class? Create the Scanner object, prompt the user for a value, lastly read in the value and assign it to a variable. See example below:
Scanner in = new Scanner(System.in);
System.out.println("Enter a price");
double price=in.nextDouble();
1. Handin Ch5 Workbook Multiple Choice Question Homework Assignment
2. Present Big Java Ch3 slides to Intermediate Students
3. Read Chapter 4 Powerpoint, Download Ch04
4. Continue working on Big Java Chapter 4 Assignment, see website - due at the end of class on Tuesday
Homework:Chapter 5 Workbook Free Response Questions due tomorrow