Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#10’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Mon, 04 May 2015 17:08:42 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ QUIZ 10 https://kenscourses.com/tc101winter2015/2015/quiz-10-26/ Mon, 04 May 2015 17:08:42 +0000 https://arturoambriz.withknown.com/2015/quiz-10 Continue reading ]]>

Here is my quiz and here is the link of github of the 2 parts:

Q1: https://github.com/chivaachino/Programming/blob/master/Quiz10_1.py

Q2: https://github.com/chivaachino/Programming/blob/master/Quiz10_2.py

 

]]>
https://creativecommons.org/licenses/by/4.0/
#mastery10 https://kenscourses.com/tc101winter2015/2015/mastery10-11/ Sat, 21 Feb 2015 02:45:35 +0000 http://osvservin.withknown.com/2015/mastery10 Continue reading ]]>

Hello class, I have already done my mastery#10, I just have to show the ability to make an input and an output in C++

 The procedure is the next one:

 

First of all you need to declare a variable (I declaraded a string because it is a text),  like this:

 

 

string name;

 

After that you will ask for something; in this program I asked for a name, so I will write:

 

cout <<“Give your name”; cin >> name;  //What this do is ask and save the name.

 

At the end you need to print the name like this:

 

cout <<“Your name is: “<<name<<“”<< endl

return 0;

 

Whit this I am going to print the text. and that’s it! 🙂

 

My program is in the next link:

https://www.dropbox.com/s/13aaylhxobtld7x/Mastery10.cpp?dl=0

 

]]>
https://creativecommons.org/licenses/by/4.0/