Announcement

Collapse
No announcement yet.

Fahrenheit, the temperature scale, come in.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Originally posted by Benno
    now cue telcat to fix you code.
    Since you want me here so badly ...

    Originally posted by DoTheFandango
    STRING change
    func change
    {
    cout<<"What is your Country's Name?"<<endl;
    cin>>cname>>endl;

    if ("cname" == "USA")
    Return "needs to change everything";
    else
    Return "doesn't suck";
    }

    cout<<"Your country "<<change<<"."<<endl;

    It's been two years since my last C++ class, so I bet this is wrong.
    Code:
    void change ()
    {
    string cname;
    
    cout << "What is your Country's Name?"<<endl;
    cin >> cname;
    
    if (cname == "USA")
         cout << "needs to change everything" <<endl;
    else
         cout << doesn't suck" << endl;
    }
    ☕ 🍔 🍅 🍊🍏

    Comment


    • HAHA YOU SUCK AT C++ LOLOL

      void change ()
      {
      string cname;

      cout << "What is your Country's Name?"<<endl;
      cin >> cname;

      if (cname == "USA")
      cout<<cname<<" needs to change everything" <<endl;
      else
      cout<<cname<<" doesn't suck" << endl;
      }
      Last edited by DoTheFandango; 01-16-2006, 12:54 PM.
      Originally posted by Jeenyuss
      sometimes i thrust my hips so my flaccid dick slaps my stomach, then my taint, then my stomach, then my taint. i like the sound.

      Comment


      • I do not speak computer - Telcat must be smarter than me.

        Comment


        • public class FahrenheitToCelsiusConvertor
          {
          public static void main(String[] args)
          {
          double celsius;
          double fahrenheit;

          System.out.print("Enter a temperature in Fahrenheit: ");
          fahrenheit = MyInput.readDouble();
          celsius = (5.0/9)*(fahrenheit - 32.0);
          System.out.println(fahrenheit + " F is " + celsius + " C");
          }
          }
          You ate some priest porridge

          Comment


          • Originally posted by DoTheFandango
            HAHA YOU SUCK AT C++ LOLOL

            void change ()
            {
            string cname;

            cout << "What is your Country's Name?"<<endl;
            cin >> cname;

            if (cname == "USA")
            cout<<cname<<" needs to change everything" <<endl;
            else
            cout<<cname<<" doesn't suck" << endl;
            }
            hahahaha you're a nerd

            Comment


            • I wonder how it would be like to have sex with telcat, she looks like the typical weird asian chick who screams a lot and make weird noises.
              DuelBot> You have defeated 'nessy' score: (20-11)
              Nessy> i left for 3 years clean
              Nessy> came back got on rampage, won twl, #1 in elim for 3 weeks, not even tryin, gg

              1:King Baba> i know my name is King Baba, but you can call me Poseidon

              I Luv Cook> I'll double penetrate your ass:/

              Bitterness is like cancer. It eats upon the host. But anger is like fire. It burns it all clean.


              Broaden your horizons, read my blog:
              -> http://foldhesten.mybrute.com/

              Comment


              • A 5 second glance at Telcat's code tells you it doesn't work, and she's a noob for using iostream.
                USA WORLD CHAMPS

                Comment


                • Originally posted by RATTY...
                  I wonder how it would be like to have sex
                  ohhhhh pwnt lolololol
                  5:gen> man
                  5:gen> i didn't know shade's child fucked bluednady

                  Comment


                  • Originally posted by Facetious
                    Originally posted by RATTY...
                    I wonder how it would be like to have sex
                    ohhhhh pwnt lolololol
                    LOLOLOLOLOLOL GG PWNT

                    Comment


                    • Originally posted by Facetious
                      ohhhhh pwnt lolololol
                      This is irrelevant because you have not answered the real question, which is...

                      How much do you use each week? Click here nerd.
                      Originally posted by Tone
                      It is now time for the energy shift of the 7th root race to manifest on the 3D physical plane and uplift us back to 5D.
                      Originally posted by the_paul
                      Gargle battery acid fuckface
                      Originally posted by Material Girl
                      I tried downloading a soundcard

                      Comment


                      • Originally posted by D1st0rt
                        A 5 second glance at Telcat's code tells you it doesn't work, and she's a noob for using iostream.
                        It took me 30 secs to write that. It is not like I have compiled and run it.

                        I missed a " so big deal.
                        ☕ 🍔 🍅 🍊🍏

                        Comment


                        • You suck so much at life.

                          Comment


                          • Originally posted by T3l Ca7
                            It took me 30 secs to write that. It is not like I have compiled and run it.

                            I missed a " so big deal.
                            And the variable names.

                            The output would have just been:

                            " needs to change everything" or
                            " doesn't suck"

                            That's not just missing a quotation mark, that's ruining the whole element of the program.
                            Originally posted by Jeenyuss
                            sometimes i thrust my hips so my flaccid dick slaps my stomach, then my taint, then my stomach, then my taint. i like the sound.

                            Comment


                            • Dang it! I was gonna suggest Kelvin scale! Well, then, response to Galleleo, you know that we tap YOUR phones, e-mail, bank records as well. It's part of a reciprocal agreement the USA's NSA has with pretty much any other government powers's intelligence agency.
                              For example, the NSA can intercept communication, electronically, in the U.K. They also allow the Brit's intelligence to review their data, if it concerns British citizens, and vice versa. They then trade information, and further their agendas, whatever they may be.
                              So don't blame America for all your problems, blame greed.

                              Comment


                              • It's RATTY...'s boyfriend!

                                Comment

                                Working...
                                X