|
|
Som van N getallen
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(),
...
|
|
|
|
Maximum van onbepaalde reeks getallen
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Lengte van een reeks
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Som van 10 getallen
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(),
...
|
|
|
|
Tel het aantal nullen
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Som van onbepaalde reeks getallen
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Som van 3de machten
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
Machten van 2
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
while-lus,
...
|
|
|
|
Print de getallen x tem y
|
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
for-lus,
...
|
|
|
|
Schrikkeljaar
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
De getalladder
|
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
for-lus,
...
|
|
|
|
Aantal gelijke getallen
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
booleaanse operatoren,
...
|
|
|
|
Cijfers in volgorde
|
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
...
|
|
|
|
Kleinste van 5 getallen
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Kleinste gehele deler
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Faculteit berekenen
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
De volgende dag
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\else,
...
|
|
|
|
Positie van maximum waarde
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Schaakspel - donker veld
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Schaakspel - zelfde kleur
|
nl
|
python
input(),
print(),
int(),
modulo,
relationele operatoren,
...
|
|
|
|
Serie van kwadraten
|
nl
|
python
input(),
print(),
int(),
print() keyword argument sep,
print() keyword argument end,
...
|
|
|
|
De verloren kaart
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
Het 4de hoekpunt
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if\elif\else,
...
|
|
|
|
Groter dan voorgaande in reeks
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Som van faculteiten
|
nl
|
python
input(),
print(),
int(),
for-lus,
range(a,b),
...
|
|
|
|
Fibonacci reeks
|
nl
|
python
input(),
print(),
int(),
relationele operatoren,
if/else,
...
|
|
|
|
Welke weekdag
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|
|
|
Print getallen x tem y op of af
|
nl
|
python
input(),
print(),
int(),
for-lus,
print() keyword argument end,
...
|
|
|
|
Palindroom van 4 cijfers
|
nl
|
python
input(),
print(),
int(),
floor division,
modulo,
...
|
|
|
|
Analoge klok
|
nl
|
python
input(),
print(),
int(),
calculations,
floor division,
...
|
|