|
|
Symbols:
These
are programs that need to be handed in, but are not marked or are just marked
for completion (e.g. 5/5 for doing the work).
These are bigger programs/assignments that must be handed in to be marked and are marked more carefully.
These are more difficult programs for
enrichment. They only need to be done if you want more than 85% in the course.
Fun extra things to investigate
October 2017 - Daily lessons and assignments |
||||
---|---|---|---|---|
M | T | W | Th | F |
2 |
3 Read over the printf() notes in unit 1 (#1.7) |
4 Write Quadratic Formula program |
5 |
6 Indenting ![]() redo the Quadratic formula program using JOptionPane You'll have to change the String to a double: int n = Integer.parseInt(str); //change string str to int nor double n = Double.parseDouble(str); //change string str to double n |
9 |
10 Algorithms (and input validation) |
11 |
12 |
13 |
16 |
17 While loop programs... unit 2 |
18 |
19 |
20 |
23 |
24 |
25 Unit 2: ... |
26 |
27 |
30 |
31 |