Tag Archives: #CCourses

#WSQ05 Temperature

1 min read

Before you start reading my post, please click this link to listen to the correct music for this: Link to video

Code down below: 

//Mauricio Cooper A01630042

<iostream>

using namespace std;

int C,F;

int main () {

 

cout << endl;

cout << “Enter a Fahrenheit Degrees Temperature” << endl;

cout << endl;

cin >> F ;

cout << endl;

C=5*(F-32)/9;

cout << “Your temperature in Celsius degrees is: ” << C << endl;

cout << endl;

 

if (C >= 100){

cout << “Water would boil at this temperature. This crap is hot.”;

}

 

if (C <=0) {

cout << “Water would freeze at this temperature. Cold as your GF.”;

}

if (C > 0 && C < 100) {

cout << “Water neither freeze nor boil. Fresh as fuck.”;

}

 

cout << endl;

return 0;

}

 

#WSQ04 About me

1 min read

 

WSQ02 Flipped Learning

1 min read

I found this video with penguins that helped me to have a better understand about what the flipped learning is and the benefit that we as students, can get from it. Besides, everyone loves penguins.

Link to a penguin video

#WSQ02 #TC1017 #CCourses #PenguinLove

WSQ00 Cooper

Welcome to my blog

1 min read

#mastery02 #TC1017 THIS IS MY BLOG FOR THE #CCourses