Sum of numbers WSQ07

Hello my friends, today we are going to do a task that is very similar to the last ones, but a little more difficult, we are going to write a program that ask the user for a range of integer numbers and then prints the sum of the numbers in that range (inclusive).

We can use a formula but thats not the way that we are going to do it, first we have to decelerate variants, and the use “while” and “if”. Here are some grateful videos for your enjoyment.

 

And as always, the link for my code in GitHub and some evidence

Captura de pantalla 2016-02-12 a las 8.42.59 p.m..png

 

 

Pick a number WSQ06

Hi again!! honestly this task was a little difficult, I had to do some research for this WSQ, and i found some great videos that I leave here. The WSQ consist in creating a program  that ask the user a random number between 1 and 100, the user have to guess and the program won’t stop running until you get the right number, but the machine give you hints and the number of attempts.

 

 

Chis is my link for my code, GitHub.

Captura de pantalla 2016-02-11 a las 10.25.22 p.m.

Temperature WSQ05

Hello!! the task of today was simple, you have to declare variants, also you have to use “if” and “else”, the program will ask you for the temperature in fahrenheit and then the computer will calculate the temperature in celsius with this formula: C = 5 ∗ (F − 32)/9. As an addition of this task, you have to manipulate the code until the computer tell the user if the water boils at the temperature given (under typical conditions), here is an example:

Captura de pantalla 2016-02-10 a las 10.20.39 p.m.

If you don’t know how to use “if” and “else” here are some videos, it might be useful.

 

And finally, this is my code GitHub

Flipped learning WSQ04

wsq04 image 2

Hello my friends!! Today I´m going to talk about a little bit about flipped learning and what I think about it.

First of all, the flipped learning (as the name suggest) is different than the usual method of learning, in the flipped learning method you don’t have pressure and you have to learn by yourself, the pressure is as much as you want, I will leave some videos and links with more information:

http://www.theflippedclassroom.es/what-is-innovacion-educativa/

 

 

In my opinion (and experience) I think is a good method, in fact I think is better than the usual method, but you need to be very responsable, because the teacher won’t teach you, yeah probably the teacher will help when you don’t understand, but the flipped learning is learning by your self, that is ok, I guess.

Fun with numbers WSQ03

Hello everyone!! This WSQ was simple, all about variables, the task is to ask the user for two integer numbers and calculate the following instructions:

  • The difference of the two numbers.
  • The product of the two numbers.
  • The integer based division of the two numbers (so no decimal point). First divided by second.
  • The remainder of integer division of the two numbers.

Captura de pantalla 2016-02-09 a las 1.46.10 p.m.

If you search in youtube or google, you can find various examples about this, most of them are in english, but are very helpful, I will leave some ones here.

This one is in English http://www.lynda.com/C-tutorials/Defining-variables/182674/366529-4.html.

As always, the link for my code in GitHub

 

Quiz 01

Well is kind of late to do the blogpost for the first quiz but, better late than never.

I had some troubles with the first program but with some help I could finish it.

Here are the links to my three codes on GitHub Prog1Prog2 and Prog3. The last two programs were very similar to a WSQ, if I remember was the WSQ03. Well to finish this blogpost I will show you some images of my codes running.

Captura de pantalla 2016-02-02 a las 10.58.43 p.m..png

Get Coding WSQ01

Well I already got all the stuff I should have for my self learning and the course, so here are some screen shots to probe it. I use Mac and my text editor of preference is Atom, I haven’t try a better one, its very intuitive with the colors, and very easy to understand, so for beginners I think is perfect.

Captura de pantalla 2016-01-22 a las 9.57.13 p.m.

Probably you need to download Xcode from the App Store in your mac or the official web from Apple (this is the link for the Apple website https://developer.apple.com/xcode/) but it takes a ton of space in your hard rive so another solution is this creepy stuff Homebrew, I have no idea how it works because I downloaded Xcode, both are free.

And Finally to compile the code you will use the terminal in your mac, just search in finder for the terminal, obviously all this things are gonna change with windows users (only Atom will work too because is multiplataform), so for windows you should checkout my friend blog; Valeria’s blog probably she’s going to explain the windows  process in the near feature. Captura de pantalla 2016-01-22 a las 10.13.17 p.m..png