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
‘#ninjabanana’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Wed, 06 May 2015 02:27:31 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ WSQ17 https://kenscourses.com/tc101winter2015/2015/wsq17-4/ Wed, 06 May 2015 02:27:31 +0000 https://mauriciocoopera.withknown.com/2015/wsq17 Continue reading ]]>

I’m just starting using it but I think that it would be a powerful tool for my entire career.

My last image in this course, this is for all the ninja banana lovers:

Final WSQ SciLab

1017 17

]]>
https://creativecommons.org/licenses/by/4.0/
#WSQ03 Fun With Numbers https://kenscourses.com/tc101winter2015/2015/wsq03-fun-with-numbers-12/ Fri, 30 Jan 2015 01:33:17 +0000 http://mauriciocoopera.withknown.com/2015/wsq03-fun-with-numbers Continue reading ]]>

1 min read

//Mauricio Cooper A01630042

<iostream>

using namespace std;

int x,y,s,r,p,d,l;

int main () {

cout << “Dame los dos números para jugarn”;

cout << “Introduzca el primer númeron”;

cin >> x;

cout << “Introduzca el segundo númeron”;

cin >> y;

s=x+y ;

cout << “La suma de los dos números es: ” << s << endl;

r=x-y ;

cout << “La diferencia de los dos números es: ”  << r << endl;

p=x*y ;

cout << “El producto de los dos números es: ”  << p << endl; 

d=x/y ;

cout << “La división de los dos números es: ”  << d << endl;

l=x%y ;

cout << “El residuo de la división de los dos números es: ”  << l << endl;

return 0;

 

}

 

 

 #ninjabanana

Click here if you love the CoCo

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