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

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
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
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; […]

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

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 one, and this other one that had useful information.
Here are my programs: Euler’s Number, Banana.
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 →
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
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