Seating “chart” Front Back 4 rows 5 rows 5 rows 2 rows 4 rows 2 rows
Programming Fundamentals What is 15 / 4? Programming Fundamentals
Follow-up from lab What was most surprising? What is still confusing?
Operations in Java Most are common sense…they operate like you expect. But be careful with division. Today we will explore division as well as other operations in Java.
One confusing point Order of operations
One confusing point
For Tuesday Review our Style Guide Think through the algorithm for dividing seconds into hours minutes and seconds. You did that in the activity, now consider the containers that you will need and how you will do this in a program.