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

Tag Archives: #WSQ06

WSQ06

Hi everybody! Last weekend I had finished the WSQ06 and WSQ07 but I couldn’t share it because my computer wasn’t ok. But now, here is the WSQ06. For this program, I had a lot of problems. But finally, when I finished, it was soo great The program chooses a number between 1 and 100, then […]

#WSQ06

For all the ancients and new gods… i really had no clue what I was doing this time… so i really dont took it one step further and make the computer tell you in how many attempts i did it .. this time i really search for how others did their code… and all of… More #WSQ06

#WSQ06

in this program the usser needs to enter a number between 1 and 100 and the program need to tell him if the number is orrect andd the attemps he or dhe made finding the number 

https://github.com/royth95/tc1017/blob/master/rand

Random number!

Hello! this have been the most difficult wsq since I started the course. I tried searching in differets web sites but I couldn’t find anything useful the one that only helped me a little bit was http://www.cplusplus.com/reference/cstdlib/rand/ but how I actually did it was with a blog from one of my classmates at http://kenscourses.com/tc101fall2015/tag/wsq06/ the error that… Read More Random number!

#WSQ06 – Pick a Number

This activity was a little harder than the other ones because I had no idea how to begin, somehow I figured out more or less how. I had to gloogle how to do random numbers though, because I had no idea. Remember that when you want to have …

Pick a number!

Today’s WSQ was about to create a program were the PC will ask the User to guess a number between 1 to 100 and then the program will tell the user how many times he tried to guess the number…. Continue Reading →

#WSQ06

This activity was kind of a challenge for me because I didnt know how to do many things, so I had to investigate in internet, until I got to the correct use of the function random. As an advice when you want to say that something is equal to another thing dont forget to put … Continue reading #WSQ06

WSQ06

This WSQ06 was quite easy, I just had to find a way in which I could get a random number so I used the function random.randint(a,b). What my program does It sets a random number between 1 and 100 and then asks the user to guess that number. I wrote it in a way that the user […]

#WSQ06-Pick a Number

In this WSQ I had to guess a value form 1 to 100 and do a program on Python. It was more or less difficult for me to do this activity and I had to went tutoring in order to do this activity. Here is a picture of my code in Atom: Here is a […]

WSQ06 – HOMEWORK – A01631728

This WSQ was a hard one because it became a infinite loop and I didn’t knew why. After some time, I figure it out that if I put 2 “else if” insted of only “if”s, my problem could be solved.

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