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
‘Quiz11’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: quiz11

Quiz 11.1

Sorry for being so late I did my code since yesterday but I really had a busy and stressed weekend
Hope is not too late
Here is my code:
 
https://github.com/fernandazm/WSQS/blob/master/Quiz%2011

Quiz 11

I forgot to publish my wordpress but I did my github code on time for the number e, but honestly I did it because I thought about it before while trying to do the WSQ.
https://github.com/marinaruelas/WSQ/blob/master/Quiz%2011.2
 

Quiz 11

Sorry for the lateness! but I totally forgot at the end of the day to upload these guys!!! Cheers!
Question 1
Question 2
GIANT BANANA!!!
via: komonews.com

QUIZ #11

Here´s my Quiz 11, I have a little doubts in the first one but I can finally understand what it means 😀 Here’s my code: https://github.com/cesarau04/WSQ/blob/master/Quiz%2311-problem1.py https://github.com/cesarau04/WSQ/blob/master/Quiz%2311-problem2.py  

Quiz 11

Question 1   //Quiz Euler #include <iostream> using namespace std; float fact (float e) { int q,w; q = 0; w = 1; while (q<e) { w = w*(q+1); q = q+1;} return w;} // x=número de factorial al que llegará el denominador int main(){ cout<<“¿Hasta qué factorial quieres llegar en el denominador?”<<endl; int x; […]

#Quiz 11

Photo credit: https://flic.kr/p/A9poRo The quiz was so difficult but I see tutorials and blogs of my classmates. Here are my codes: Question 1: https://github.com/BrayanGc/Codigos/blob/master/Quiz11_1.cpp Question 2: https://github.com/BrayanGc/Codigos/blob/master/Quiz11_2.cpp  

Quiz 11

I tried Quiz 11 before doing WSQ14 and I had no idea what to do. After kinda completing WSQ14, the first part of the quiz was easy (assuming what I did on WSQ14 was correct.)

For the second part of the quiz, I did some research and found this webpage, this oneand this other one that had useful information.

Here are my programs: Euler’s Number, Banana.

Quiz11

For this quiz we had to make two programms. One that calculate the value o e with the given accuracy by the user and a program that search for the word banana in a text file. I struggled with the… Continue Reading →

#Quiz11 – #TC101 – A01631728

It was a short time to do it, also there was a lot of projects and homeworks to do that I try to search it on internet and try to undertand it, this was a hard one. GitHub code: https://github.com/luisduartepalacios/Quiz11  

Quiz 11

Barely made it but I made it! Just real quick. I had a pretty hard time with the first only because I hate sequences and just can’t get my head around them.  But after like 2 hours I finally did it. Anyways, here’s the github link to my codes: https://github.com/Dragv/Quiz11/tree/master

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