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
‘#WSQ08’ Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Tag Archives: #WSQ08

#WSQ08

In this WSQ we go on to functions in a easy way. I came back to #WSQ03 to use only …

Continue reading

#WSQ08 – On To Functions

Hey, today I learned how to create a function by using « def » and « return Click on the link to see the code, all is explain thanks to # : https://github.com/pololarinette/TC-1014/blob/master/%23WSQ08%20-%20On%20to%20functions Have a good day !

WSQ08 – On To Functions

In this WSQ I didn’t had much trouble, functions like this are relatively easy to make. Here’s the source code. If you want any other WSQs I’ve done, here’s my GitHub repository.

#WSQ08 – On To Functions

Hey, today I learned how to create a function by using « def » and « return Click on the link to see the code, all is explain thanks to # : https://github.com/pololarinette/TC-1014/blob/master/%23WSQ08%20-%20On%20to%20functions Have a good day !

WSQ08 – On To Functions

In this WSQ I didn’t had much trouble, functions like this are relatively easy to make. Here’s the source code. If you want any other WSQs I’ve done, here’s my GitHub repository.

WSQ08

Wow, it’s been a while since the last time i updated the blog, sorry i guess, been kinda busy these days, Math is not my friend now. Anyway, here’s WSQ08, this is a simple code where you must use Functions and re-use another code which is WSQ03.

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

WSQ08 – On to functions

This is my WSQ08This one was really easy, its the basic use fo a function, nothing hard or complex. I used a lot of functions on this excersise but I think that it could be done with only one function. Here is my code: And this is the program work…

On To Functions

This time i write a function for each calculation (sum, difference, etc.). Each function should define two parameters and return the correct value as an integer as well. It was easy, but i don’t remember how to do because in the semana i don’t do anything of the school. Here is the code: https://github.com/juanmele/WSQ08.2.git

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).