34696
General Discussion / Re: if self.isCoder(): post() #Programming Thread
« on: February 16, 2012, 07:49:05 pm »
Yes, main() is a function, but you could put an entire program in there and it would work. We're adding functions for accepting user input, then sending that data to another function to do calculations, sending the results to yet another function for an if-then-else tree, and finally sending it to one more function to print the results. It's stupidly over-complicated right now, and it's pissing me off that so many of my classmates seem to get it right away while I'm still copying whatever works from previous assignments. Which invariably seem to stop working despite being identical data types and fulling similar functions.
</mini-rant>
</mini-rant>