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
Ana Gloria Angulo’s Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Author Archives: Ana Gloria Angulo

MASTERY 18: Nesting of conditional statements

It’s Mastery time once again!!! In this one, we’re going to see that is actually possible the nesting of conditional statements. If you don’t remember how to use conditionals, please check the blogpost for Masteries #15 and #16 (https://delusionalpieceofdust.wordpress.com/2015/09/14/mastery-13-using-the-conditional-if/) Now that you know about conditionals, you might be wondering if you could put one conditional […]

MASTERY 18: Nesting of conditional statements

(Credit of the image goes to https://flic.kr/p/7iLS5A) It’s Mastery time once again!!! In this one, we’re going to see that is actually possible the nesting of conditional statements. If you don’t remember how to use conditionals, please check the blogpost for Masteries #15 and #16 (https://delusionalpieceofdust.wordpress.com/2015/09/14/mastery-13-using-the-conditional-if/) Now that you know about conditionals, you might be wondering […]

WSQ10 – Lists

(The credit of the  image goes to https://flic.kr/p/2YnL3P) This WSQ was about using arrays or vectors to store a list and then show to the user the total, average and standard deviation of those numbers. For this one, I used arrays because I like them better than vectors. I think they’re easy. I didn¡t have a […]

WSQ10 – Lists

(The credit of the  image goes to https://flic.kr/p/2YnL3P) This WSQ was about using arrays or vectors to store a list and then show to the user the total, average and standard deviation of those numbers. For this one, I used arrays because I like them better than vectors. I think they’re easy. I didn¡t have a […]

QUIZ 08

This is Quiz #8 and here’s my code: https://github.com/anagloriaac/QUIZ-08.git Ps. Arrays are so much easier than vectors!

QUIZ 08

This is Quiz #8 and here’s my code: https://github.com/anagloriaac/QUIZ-08.git Ps. Arrays are so much easier than vectors!

QUIZ 07

Welcome to Quiz #7
Here are my codes:
Number 1:
https://github.com/anagloriaac/QUIZ07/blob/master/Q1.CPP
Number 2:
https://github.com/anagloriaac/QUIZ07/blob/master/Q2.cpp

QUIZ 07

Welcome to Quiz #7
Here are my codes:
Number 1:
https://github.com/anagloriaac/QUIZ07/blob/master/Q1.CPP
Number 2:
https://github.com/anagloriaac/QUIZ07/blob/master/Q2.cpp

WSQ09 – Factorial Calculator

(The credit of the  image goes to https://flic.kr/p/q2dgEV) Welcome to WSQ09. This one was hell to me. To be honest I had a lot of trouble. First, I tried to look for help in some other classmate blog. However, the code I found didn’t work, so it wasn’t completely uselful. Still, I found it kind of […]

WSQ09 – Factorial Calculator

(The credit of the  image goes to https://flic.kr/p/q2dgEV) Welcome to WSQ09. This one was hell to me. To be honest I had a lot of trouble. First, I tried to look for help in some other classmate blog. However, the code I found didn’t work, so it wasn’t completely uselful. Still, I found it kind of […]

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