Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#WSQ07’ Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Tag Archives: #WSQ07

Suma de números

El link que me ayudó a hacerlo fue: http://es.slideshare.net/gaxal/problema-c Aquí está mi código: https://github.com/Andreandc/TC1017/blob/master/sum.cpp

#WSQ07 Sum of Numbers

This task was a little harder, because you had to use more complex logical functions, like a loop, and some other I will explain here. In my code I’m using the variables x , y, and z to operate, being… Continue Reading →

WSQ07

Hey there, this is the blog post about WSQ07 which i just did in class, Luis helped a bunch, check out his codes, i had to research a bit about for loops and range and then apply some logit to it, anyway, here’s the screencaps:

#WSQ07

I REALLY ENJOY THIS WSQ, I REALLY THINK THIS IS A VERY GOOD EXERCISE TO LEARN HOW TO USE FOR LOOPS. BTW THIS CODE WOLDNT BE POSSIBLE IF IT WASNT FOR MY FRIEND CHOZA 

#WSQ07

Here’s my code guys! https://github.com/JsphSalazar/SumOfNumbers/blob/master/WSQ07 WSQ’s are getting harder and harder (well, not really) but it took me more time to complete this one.  

#WSQ07

Here’s my code guys! https://github.com/JsphSalazar/SumOfNumbers/blob/master/WSQ07 WSQ’s are getting harder and harder (well, not really) but it took me more time to complete this one.  

#WSQ07 – HOMEWORK – A01631728

I didn’t know how to do the sum between the numbers, later in a Ken’s class he explain how to do it, and I go it. I’m felling good because every time I learn more things about programming and I like it  🙂 Github code: https://github.com/luisduartepalacios/WSQ07/blob/master/WSQ07.cpp

Sum of numbers!

WSQ07 is about to create a program where we will ask the user for 2 values, a lower bound of a range and the highest bound of that range and with that information our computer will calculate the inclusive sum… Continue Reading →

WSQ07 – Sum of Numbers

The program asks for a range of integers, asking the user to give the lower and upper value of the range and then prints the sum of the numbers in that range in an inclusive manner. The new code I used for this assignment was range(), lists and a for- loop. Range() is a function that, […]

The great sum WSQ07

So I was asked to do a really simple action, to sum every integer from one number to another. I wanted to keep this simple, so I just add a single one extra action tha was if the first number… Continue Reading →

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).