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
‘#program’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Thu, 12 Feb 2015 06:50:39 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Mastery19 https://kenscourses.com/tc101winter2015/2015/mastery19-2/ Thu, 12 Feb 2015 06:50:39 +0000 http://carlosgreenprograms.withknown.com/2015/mastery19 Continue reading ]]>

++

here is my code!

<iostream>

using namespace std;

 

int main(){

int a;

int a2=0;

int b;

int c;

int d;

do{

   cout <<“give me a number”;

   cin >> (a);

   cout <<“give me another number”;

   cin >> (b);

   a2 = (a2+1);

   c= (a+b);

   cout << “the sum of the numbers is” <<c<<endl;

   cout <<“would you like to enter other values? 1)yes, 2)no”;

   cin >> (d);

 

 

 }

 while (d ==1);

 cout << “you did the operation “<<a2<< ” times”;

 return 0;

}

 

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery19 https://kenscourses.com/tc101winter2015/2015/mastery19-2/ Thu, 12 Feb 2015 06:50:39 +0000 http://carlosgreenprograms.withknown.com/2015/mastery19 Continue reading ]]>

++

here is my code!

<iostream>

using namespace std;

 

int main(){

int a;

int a2=0;

int b;

int c;

int d;

do{

   cout <<“give me a number”;

   cin >> (a);

   cout <<“give me another number”;

   cin >> (b);

   a2 = (a2+1);

   c= (a+b);

   cout << “the sum of the numbers is” <<c<<endl;

   cout <<“would you like to enter other values? 1)yes, 2)no”;

   cin >> (d);

 

 

 }

 while (d ==1);

 cout << “you did the operation “<<a2<< ” times”;

 return 0;

}

 

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