5000+ Posts.

fdd2blk

Well-Known Member
[video=youtube;-HvivsY6K0U]http://www.youtube.com/watch?v=-HvivsY6K0U&playnext=1&list=PL0C29E5A25CDB4DCF[/video]
 

Hepheastus420

Well-Known Member
So 5,000 replies is the goal? Are we gonna stop at 5000 exactly? There's gonna be a dick thats gonna post number 5001. If nobody does post the 5,001 post then This thread belongs to a thread hall-of-fame.
 

RawBudzski

Well-Known Member
Cool, just the way I like it.. its going to get hot today though.. I just smoked a bowl of Platinum Bubba. :D ahh
 

smokinheavy79

New Member
hey, I'm taking a programming logic and design class, and I'm supposed to "Write a pseudocode statement that assigns the sum of 10 and 14 to the variable total" is this right??

Declare Integer total
Set total = 10 + 14
Display total

figured this was as good a place as any to ask...
 

r1tony

New Member
hey, I'm taking a programming logic and design class, and I'm supposed to "Write a pseudocode statement that assigns the sum of 10 and 14 to the variable total" is this right??

Declare Integer total
Set total = 10 + 14
Display total

figured this was as good a place as any to ask...
/*Declare variables
Total (number (3)) = 0
A (number (2)) =10
B (number (2)) =14

begin
Total=A+B
end

That is one way...umm... wha Raw?
 
Top