Ignorance
I once was in a programming class where the task was "build a calculator". A student did one with buttons 1, 2, 3 all the way up to about 25 and then ran out of space on the screen. We've asked this before but liked it so much we're asking again: What's the best example of ignorance you've encountered?
( , Thu 30 Aug 2012, 12:30)
I once was in a programming class where the task was "build a calculator". A student did one with buttons 1, 2, 3 all the way up to about 25 and then ran out of space on the screen. We've asked this before but liked it so much we're asking again: What's the best example of ignorance you've encountered?
( , Thu 30 Aug 2012, 12:30)
« Go Back | See The Full Thread
Nothing, I was just pissing about.
Probably would have put cocks instead of hello though.
( , Fri 31 Aug 2012, 12:09, closed)
Probably would have put cocks instead of hello though.
( , Fri 31 Aug 2012, 12:09, closed)
This is what I'd have done.
10 for f = 1 to 3
20 print "Hello ";
30 next f
40 print "what's all this then?"
( , Fri 31 Aug 2012, 12:11, closed)
10 for f = 1 to 3
20 print "Hello ";
30 next f
40 print "what's all this then?"
( , Fri 31 Aug 2012, 12:11, closed)
« Go Back | See The Full Thread