Ok, that is stupid, but I made some sense out of it. lol, and I'm never taked CS. [/b][/quote] The first 2 parts are easy. But C/D seem a bit harder (haven't finished yet). Cond statements are annoying when you're used to PHP's if statements. ... 1. Provide a structure definition and a data definition for a cow with name and weight properties. a) Develop a function IsBetsy? that consumes a cow and produces true if the cow's name is Betsy and false if it is not. b.) Develop a function milkCow that consumes a cow and produces a cow that weighs 10 pounds less. ...if I wasn't lazy, I'd write up question 2...Develop a function eatChicken that consumes a chicken and produces a dead chicken....
If only I didn't burn last year's math notes. Didn't your teacher provide you with any formulas related to this? [/b][/quote] We're doing that now too but our teacher gave us this equation: rate X time = distance
We're doing that now too but our teacher gave us this equation: rate X time = distance [/b][/quote] For me it kinda looks like this R = Rate T = Time D= Distance. R T D Rate(time) = Distance. OR, with wind current or water current. R T D R+W(time) = D R-W(time) =D
For me it kinda looks like this R = Rate T = Time D= Distance. R T D Rate(time) = Distance. OR, with wind current or water current. R T D R+W(time) = D R-W(time) =D [/b][/quote] You can change it around, I think.