RunestoneInteractive / RunestoneServer

Interactive books for computer science and mathematics
http://runestoneinteractive.org
Other
575 stars 503 forks source link

CSPrinciples Problem ch3ex8muc #2002

Closed meldukes3 closed 2 years ago

meldukes3 commented 2 years ago

What Course are you in CSPrinciples (there should probably be a way to choose which course the issue is coming from. Would be easier to sort and search.

What Page were you on ch3ex8muc What is your username meldukes3 Describe the bug In the problem listed above, the equation to calculate the number of wings is incorrect. The current equation is numWings = cost/money and SHOULD be numWings = money/cost. Error ch3ex8muc

barbarer commented 2 years ago

Good catch. It will be fixed by Saturday.