Start time:
Mi 31 Mai 2017 16:00:13
End time:
Fr 02 Jun 2017 18:00:13

Assignments: 2

Divisibility (2 P)
Implement a C++-program that reads numbers from standard input until a 0 is entered. For every input number it should print the following messages to standard output:     - "yes", if...
Collatz (2 P)
Implement a C++-program that reads one initial number from standard input and then generates the Collatz series as follows: Pseudocode:   1   as long as number does not equal 1 do:...