WSQ04 – Sum of Numb3rs

--Originally published at Wonder Universe

Soooo, I have a problem! I need to sum the integer numbers of a very specific range and I need to do it now! What the heck I am going to do?!?!?! It’s not like I’m a program-master-party-dude…or am I?

WSQ04_1

So, I came up with this. Bassically I make a function asking for two numbers, the lower and the higher. I make a range list where I sum every number ’till I get to the higher and then (and only then) I return the sum.

WSQ04_2

See?!? It even works!!!


WSQ02

--Originally published at Site Title

wsq02

Damn son! That’s…not too hot.

This program ask the user for the temperature. Then, the magic machine converts the ugly Fahrenheit temperature into an awesome and beautiful Celsius unit.

It even tells you if you can boil water or not!!!!! How freakin’ cool is that?!?

wsq02_02


WSQ01

--Originally published at Site Title

wsq01

This simple program is a calculator based on integer numbers.

First the user choose two values (no matter if they have decimals), and then the magic happens .

wsq01_2

As you can see, it works and can work with negative numbers!


The Rabbit Hole

--Originally published at Site Title

So, the other day I was reading Alice in Wonderland once again. It’s amazing to think that the whole thing started because Alice chased a rabbit through a hole in the ground. It’s amazing to think what happened because she chased a freaking rabbit.

My point is that, by looking for the truth, you can learn a lot of new things, and you can also discover how ignorant you are about the world around you.