From 404e9ef3185e606e0a8281cc7575e0b81662f92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toms=20Kusi=C5=86=C5=A1?= Date: Sat, 6 Apr 2019 17:26:32 +0300 Subject: [PATCH] Results --- marijaalleh.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 marijaalleh.md 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`