and another thing is my friend crissy who lives by kayla....her aunt talks to kayla mom...more like kaylas mom comes and talk to crissy aunt and crissy found out that kayla got busted with dudes in her back yard late at night by her mom(cause she went a different way) and that she said that kayla dad dont live there no more and something about she might be moving with him
//############################################# //CSCI 240 Assignment 2 - Spring 2006 //Programmer: Jason * Z107419 //Section: 10 //GA: //Date Due: 2/03/2006 //Purpose: This program is intended to // Convert temperatures from // degrees fahrenheit to degrees // centigrade. The program will // also warn the user of below // freezing conditions. //##############################################
#include <iostream> #include <iomanip>
using namespace std;
int main () { float temp, degrees_f, degrees_c; char prompt;
cout << "\nEnter The Temperature: " ; cin >> temp;
cout << "\nIs this in F)ahrenheit of C)entigrade?"; cin >> prompt;
if (prompt == 'f') { degrees_c = (5.0/9.0)*(temp - 32.0); cout << temp << " degrees fahrenheit is " << fixed << setprecision (2) << degrees_c << " Centigrade" << endl; if (degrees_c <= 0) cout << "Warning, the temperature is below freezing"; }
else { degrees_f = (9.0/5.0)*(temp + 32.0); cout << temp << " degrees Centigrade is " << fixed << setprecision (2) << degrees_f << " Fahrenheit" << endl; if (degrees_f <= 32) cout << "Warning, the temperature is below freezing"; } return 0; }
"I understand that Scissors can beat Paper, and I get how Rock can beat Scissors, but there's no f*cking way Paper can beat Rock. Paper is supposed to magically wrap around Rock leaving it immobile? Why the hell can't paper do this to scissors? Screw scissors, why can't paper do this to people? Why aren't sheets of college ruled notebook paper constantly suffocating students as they attempt to take notes in class? I'll tell you why, because paper can't beat anybody, a rock would tear that sh*t up in 2 seconds. When I play rock/ paper/ scissors, I always choose rock. Then when somebody claims to have beaten me with their paper I can punch them in the face with my already clenched fist and say, oh sh*t, I'm sorry, I thought paper would protect you, you a**hole."
Top 5 wood-5-Goliath 4-Ravine Flyer II 3-Phoenix 2-Voyage 1-El Toro Top 5 Steel- 5-Velocicoaster 4- Maverick 3- Fury 325 2-Steel Vengeance 1-X2 Coaster Count: 444