- Homework (due 3/15): Read 415-419, Ex 1-16
Monday, March 14, 2011
Tuesday, March 8, 2011
Wednesday, March 2, 2011
Tuesday, March 1, 2011
Sunday, January 30, 2011
Algebra 2 review sheet answers
Sorry these are so late at night!
1. a
2. a
3. c
4. b
5. a
6. a
7. c
8. b
9. b
10. a
11. c
12. b
13. b
14. d
15. c
16. b
17. c
18. b
19. d
20. a
21. a
22. d
23. a
24. b
25. b
26. a
27. b
28. c
29. a
30. c
31. a
32. c
Thursday, January 20, 2011
Algebra 2 Assignment 1/20
Algebra 2
- Homework (due 1/21):Read 331-335, Ex: 1-9
Previous assignments (entered late)
1/19 Read 325-327, Ex 1-10
1/18 Read 6.2, p322 Ex 1-14, 37-39
1/14 Page 319 Ex 1-8
1/10 Read 312-315, Ex. 1-9
Friday, January 7, 2011
APCS Assignment 1/7
AP Computer Science
Write class AddInOrder with a main().
It builds an ArrayList<String> from words typed in to a Scanner.
It adds each word to the list so that the list is in alphabetical order.
For example, if my list has "bat" and "dog", "cat" gets added inbetween.
When you enter an empty line, the list is printed and the program ends.
You can use String.compareTo() to figure out where to add the new words.
Due Monday.
Write class AddInOrder with a main().
It builds an ArrayList<String> from words typed in to a Scanner.
It adds each word to the list so that the list is in alphabetical order.
For example, if my list has "bat" and "dog", "cat" gets added inbetween.
When you enter an empty line, the list is printed and the program ends.
You can use String.compareTo() to figure out where to add the new words.
Due Monday.
Subscribe to:
Posts (Atom)