diff --git a/marijaalleh.md b/marijaalleh.md new file mode 100644 index 0000000..a627524 --- /dev/null +++ b/marijaalleh.md @@ -0,0 +1,24 @@ +# Results + +### Theoretical + +1. Y +2. N (`apt-get`, instead of `apt`) +3. Y +4. Y +5. Y (technically, JVM is not installed. it is JRE that's installed. JRE then instantiates a JVM for each application that's run) +6. Y +7. Y +8. Y +9. Y +10. N +11. Y (what do you mean with `a`?) +12. Y +13. Y + +### Practical + +1. ![Very good!](https://i.ytimg.com/vi/NevHEpJCfIw/maxresdefault.jpg) +2. Very good! +2. (extra) Not quite. It either prints all `fit` or all `won't fit`. An input like `98, 5` would not be processed correctly. +3. Very good! Minor mistake: the Fibonacci sequence starts with `1, 1` not `0, 1, 1`