Puzzles 16/02/2021

Here are the puzzles I did today and mr reflection on how it went:

1: How adebit works

You could litterally copy the instructions, so this was very easy / 5 xp

2: Return the sum of two numbers

This also came very eay to me, because the code was not musch and simple / 5 xp

3: Return the next number from the integer passed

Very similair to the sum challenge, you just needed to add 1 and return it, didn’t take any time at all and very easy / 5 xp

4: Convert minutes to seconds

I struggled with this one because it was the first puzzle I had to make and forgot the “return” tag, after this I understood the website better and didn’t forget the tag again / 0 xp

5: Return something to me!

This on contained a command I was not very used to to, but I remembered it from some videos, so I managed to finish the challenge quick / 5 xp

6: Area of a triangle

Again this was very easy because it was just summing up commands in a row with return in front of it and I finished this one really quick / 5 xp

7: Convert age to days

This one was very simillair to the minutes to seconds challenge and I knew what to do this time, so it was easy to finish / 5 xp

8: Convert hours into seconds

I really liked this one and it was very easy and I just needed to add an extra * 60 / 5 xp

9: Is number less or equal to zero

I really struggled woth this one and it took some time and I had to look up some code in the code I used for my page, but that didn’t really work either, so I looked in the solutions and then I got it / 0 xp

10: Return the remainder of two numbers

Another actually very simple challenge, but you had to know which command to use, which was in this case “%” / 5 xp

11: Repeat string

I didn’t really get the challenge itself, so I couldn’t finish it correctly / 0 xp

12: Frames per second

Another math solving challenge and I think those are easy just like I thought the same about this one / 5 xp

13: Is the string empty?

I failed this one, because I was unfamilair with the way it was written and I understand now and next time I should take a closer look at the resources / 0 xp

14: Football points

At first I didn’t understand the instructions, but turned out I just needed to read it better and after I did that I could continue and it turned out to be pretty easy / 5 xp

15: ?

I couldn’t find the challenge anymore, but it was a challenge where you had to multiply the km by ten and if the number of km was lower than 10 you had to make it say 100. I solved this challenge pretty quick and really liked to do it / 5 xp

After doing all these puzzles the site told me to pay if I wanted to continue, so I guess I have to continue another day. This day I collected 55 xp points.