5000+ Posts.

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.
 
Cool, just the way I like it.. its going to get hot today though.. I just smoked a bowl of Platinum Bubba. :D ahh
 
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...
 
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?
 
Back
Top