|
|
| Search | Car Forums | Gallery | Articles | Helper | Air Dried Fresh Beef Dog Food | IgorSushko.com | Corporate |
|
|||||||
| COMPLETELY off-topic Talk about anything other than cars. But you can't be mad and angry in this forum! |
![]() |
Show Printable Version |
Subscribe to this Thread
|
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
Nomaaaaaaaaaaaaaahhh !!!!
If Red Sox > A's
Then Red Sox = Yankees End If If Red Sox >Yankees Then Red Sox = Red Sox - Curse Else Curse > Red Sox End If End For all you code grinders out there.. i can't really remember i think this is a cheesy version of BASIC.. lol |
|
#2
|
||||
|
||||
|
While I am not a fan of the Yankees, I don't see the Bosox winning this series, curse or no curse.
|
|
#3
|
||||
|
||||
|
geez and of all people on AF i thought i could count on your support yog.. oh well you are right.. they won't win ..
but hey what kind of person would i be if i didn't cheer for the hometeam .. |
|
#4
|
||||
|
||||
|
Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
.I wonder what this statement returns? ![]() ____________________________________ sealed class Champions { ...public Name [ WorldSeriesChamps ] ...{ ........get ........{ ..............obj champs = worldSeries.WinnerOf(teams, players); ..............return (champs = 1) ? winners[champs] : new winners(); ........} ...} } ____________________________________
__________________
2002_Nissan_Maxima_6-speed
|
|
#5
|
||||
|
||||
|
You all better stop cause if I find myself on AF writing C++ code. I will have shoot myself
Boston will beat the Yanks!
__________________
R.I.P. Hypsi- Andy your one of the best people I ever had the priviledge to know. AF and the world has lost one of the truly wonderful people...
|
|
#6
|
||||
|
||||
|
Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
If Red Sox > A's Then Red Sox = Yankees End If If Red Sox >Yankees Then Red Sox = Red Sox - Curse Else Curse > Red Sox End If End Sub Thats all i remember, I fixed it kinda of (yes it IS basic) I 0wn at t3h b4s1c! Edit: hey now..it wont let me put in all the spacing
|
|
#7
|
||||
|
||||
|
Re: Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
__________________
2002_Nissan_Maxima_6-speed
|
|
#8
|
||||
|
||||
|
Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
__________________
2002_Nissan_Maxima_6-speed
|
|
#9
|
||||
|
||||
|
Re: Re: Nomaaaaaaaaaaaaaahhh !!!!
I want to learn C and C++
stupid stupid stupid BASIC
|
|
#10
|
||||
|
||||
|
Re: Nomaaaaaaaaaaaaaahhh !!!!
you guys are all just a bunch of nerds
|
|
#11
|
||||
|
||||
|
Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
|
|
#12
|
||||
|
||||
|
May I ask, what are all you going on about?
__________________
![]() -Holden Berlina Turbo, RB30ET. -Mitsubishi Legnum VR4 |
|
#13
|
||||
|
||||
|
Re: Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
|
|
#14
|
||||
|
||||
|
Re: Re: Nomaaaaaaaaaaaaaahhh !!!!
Quote:
Here's a fully functional Delphi application to predict the winner (took about two minutes so don't get hung up on its simplicity). Just take out all the '..' program Series; .. uses ..Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; .. type ..tConflictResult =(Winner, Loser); .. ..tBaseballTeam = class ...GameResults : tConflictResult; ...Cursed : boolean; ..end; .. procedure PredictTheWinner (TeamOne : tBaseballTeam; TeamTwo : tBaseballTeam); begin ..with TeamOne do begin ....if Cursed then .........GameResults := loser ....else GameResults := winner; ..end; .. ..with TeamTwo do begin ....if Cursed then .........GameResults := loser ....else GameResults := winner; ..end; end; .. procedure SeriesWinner; var ..RedSox : tBaseballTeam; ..Yankees : tBaseballTeam; begin ..RedSox := tBaseballTeam.Create; ..Yankees := tBaseballTeam.Create; .. ..if MessageDlg('Has the curse been lifted off the Red Sox?', ...........mtConfirmation, [mbYes, mbNo], 0) = mrYes then .......RedSox.Cursed := false ..else RedSox.Cursed := true; .. ..if MessageDlg('Has a curse been put on the Yankees?', ...........mtConfirmation, [mbYes, mbNo], 0) = mrYes then .......Yankees.Cursed := true ..else Yankees.Cursed := false; .. ..PredictTheWinner(RedSox, Yankees); .. ..if (RedSox.GameResults = Winner) and .....(Yankees.GameResults = Loser) then .......showmessage('The newly aquired curse on the Yankees ' + ...................'puts the Red Sox on top!') ..else if (RedSox.GameResults = Winner) and ..........(Yankees.GameResults = Winner) then .......showmessage('With the curse lifted the Red Sox have beaten the Yankees!') ..else if (RedSox.GameResults = Loser) and ..........(Yankees.GameResults = Loser) then .......showmessage('The Bambino curse is still to strong - Red Sox lose to the Yankees.') ..else showmessage('The Red Sox are once again foiled because of the Bambino trade!'); .. end; .. begin ..SeriesWinner; end. |
|
#15
|
|||
|
|||
|
I say we just flip a coin, the winner gets to keep the coin.
__________________
|
|
![]() |
POST REPLY TO THIS THREAD |
![]() |
|
|