0 Members and 3 Guests are viewing this topic.
Yeah, I hate when comp sci teachers make you follow stupid rules. (Like six pages of paperwork for a program that calculates the area of a rectangle and the price to carpet it)
Quote from: MRide on October 29, 2010, 05:35:08 pmYeah, I hate when comp sci teachers make you follow stupid rules. (Like six pages of paperwork for a program that calculates the area of a rectangle and the price to carpet it)this makes me love my computer science teacher more. we did a lab where you had to process data from a text file into two student objects in java. i made a program that would process an unlimited amount of students. ever since, she's been laid back with whatever i do.
I tried to optimize a java program using Boolean logic, but apparently you can't type-cast a Bool to a byte, and you can't multiply a Bool by a number.My teacher actually gives us some freedom, as long as we get the requirements done. We had to do a ton of paperwork for C++, but not so much in java.