Difference between revisions of "AP Computer Science"
From WLCS
(Replaced content with "== Monday (11/4/19) == '''Agenda:''' * Read the eIMACS chapter on for loops * Complete Test 8 * Read the eIMACS chapter on for-each loops * Complete Activity 7: Checksums...") (Tag: Replaced) |
|||
| Line 1: | Line 1: | ||
| + | == Thursday (11/7/19) == | ||
| + | '''Agenda:''' | ||
| + | * Test 8 Questions? | ||
| + | * Activity 7 work time | ||
| + | * Complete the 3 for loop repl.its: | ||
| + | ** for loop - Count Words | ||
| + | ** for loop - double[] Average | ||
| + | ** for loop - Reverse String Print | ||
| + | * Enhanced for loop | ||
| + | ** Examples and common pitfalls | ||
| + | ** Complete the for loop vs enhanced for loop assignment in Canvas | ||
| + | |||
| + | '''Homework:''' | ||
| + | * Complete any missing assignments above | ||
| + | |||
== Monday (11/4/19) == | == Monday (11/4/19) == | ||
'''Agenda:''' | '''Agenda:''' | ||
Revision as of 22:49, 6 November 2019
Contents
Thursday (11/7/19)
Agenda:
- Test 8 Questions?
- Activity 7 work time
- Complete the 3 for loop repl.its:
- for loop - Count Words
- for loop - double[] Average
- for loop - Reverse String Print
- Enhanced for loop
- Examples and common pitfalls
- Complete the for loop vs enhanced for loop assignment in Canvas
Homework:
- Complete any missing assignments above
Monday (11/4/19)
Agenda:
- Read the eIMACS chapter on for loops
- Complete Test 8
- Read the eIMACS chapter on for-each loops
- Complete Activity 7: Checksums