Last Week
Monday 11-10 :
We will continue with functions when I am back.
Write the loops as described on the board. They all involve nested for loops.
Tuesday 11-11
Check progress on Monday's work. Writing void functions using the loops from Monday.
Wednesday 11-12
Thursday 11-13
Write and test the following functions:
double areaCircle(double radius);
double circumfernce(double radius);
double perimeterRect(double l, double w);
double distance(int x1, int y1, int x2, int y2);
Friday 11-14
Monday 11-03 :
Read section 3.7 and review the previous sections.
Project 3-1 | Project 3-2 | Project 3-3 | Project 3-4 | Project 3-5 | Project 3-6 | Project 3-7 | Project 3-8 | Project 3-9 | Project 3-10 | Project 3-11 | Project 3-12 | Project 3-13 | Project 3-14 | Project 3-15
sixt due midnight Tuesday
Tuesday 11-04
No School
Wednesday 11-05
Total of 10 projects by midnight tonight
Thursday 11-06
Sort 3
Baseball Simulation
Friday 11-07
functions