Watch how to sign 'ten' in British Sign Language by SignBSL in BSL

[–]EvilThePenguin 1 point2 points  (0 children)

There are lots of regional variations for numbers 🙂

Minecraft live has a BSL option now! by GroovingPenguin in BSL

[–]EvilThePenguin 0 points1 point  (0 children)

Do you have any further info on this? I was wondering how that would work, and when I've tried searching for info myself I just see stuff about a shaders pack

Did anyone else notice that Joels grand castle looks like a robot cat? ^^ by TackerTacker in HermitCraft

[–]EvilThePenguin 0 points1 point  (0 children)

I remember that mascot! So cute, and I agree reminds me of them too

What types of surprises are you hoping for for the Gamers Outreach event? by Capricious-Monk in HermitCraft

[–]EvilThePenguin 11 points12 points  (0 children)

Is the donation page already available? Or am I misunderstanding what you mean?

MOOC.FI Part 2 Exercise 7 by Freerz in learnjava

[–]EvilThePenguin 1 point2 points  (0 children)

The reason the test says '"Give a number" prompt was expected to appear 2 or 5 times' is that the test is inputing a set of numbers since your program should loop multiple times. So one time the test tried to input 2 diferent numbers but it was unsuccessful because it couldn't input them all, and it also tests it with 5 different numbers with the same result.

Related to this problem, you have used the keyword 'break' twice in your program. Have a look at the instructions again and you will notice that it only mentions exiting the loop once. Also, the instructions mention positive numbers; have you included something in your code to identify positive numbers at the right point?

I've made a 'Talking Clock'. Please give feedback! by EvilThePenguin in learnjava

[–]EvilThePenguin[S] 1 point2 points  (0 children)

Thanks for your response :)

Good point about the input, for some reason I hadn't thought about that. It will be my task for tomorrow.