Closed seletz closed 10 years ago
The main loop currently can either count up or down, depending on the if in the mainloop function.
That's not good. We want the main loop to work in both cases.
The main loop must work with all combinations of start, increment and stop parameters. You may -- for now -- ignore pathological cases.
For the second task:
ist_simulation_fertig
Problem
The main loop currently can either count up or down, depending on the if in the mainloop function.
That's not good. We want the main loop to work in both cases.
Requirements
The main loop must work with all combinations of start, increment and stop parameters. You may -- for now -- ignore pathological cases.
Deliverable
Hints
For the second task:
Tasks
ist_simulation_fertig
. See the hints