See how good you are at estimating your coding effort.
-
Write a “program” in your favorite language that
will accept numerical numbers as inputs, compute
the average, and output the answer.
- Include testing of the core algorithm
- Keep a very detailed log of how your time is
spent while writing this program (log
template):
- When did you start?
- When did you stop?
- Why did you stop?
- What did you do during that session?
- If you were interrupted for more than 2
minutes what was the source of
interruption?
- Repeat as necessary
- Turn in a copy of your source code and your log to Eureka
- At the end of your log, tally how much effort
you spent (just time on task) and how much time
elapsed from the very first start moment until you
turned it in.
- Test input:
- input_01
- input_02
- input_03
- Test output:
- output_01
- output_02
- Due date: 09/11 11:59pm
- This is an homework grade