Skip to content

Commit

Permalink
updating instructions based on TA feedback on frequent undesired problem
Browse files Browse the repository at this point in the history
interpretations
  • Loading branch information
jasonayoder committed Nov 14, 2023
1 parent c75ae3c commit 985473b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Homework/HWIntroToUnitTesting/src/TestThisClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public static int paintCost(int length, int width, int dollarsPerSqFoot) {
* <br> cost = $8 + $2 each for toppings #1 and #2 and then add $1 each for toppings #3, #4, etc.
* <br> cost = $12 for a 'special'
* <br> a 'special' only has these 3 toppings (in any order): "pepperoni", "onions" and "sausage"
* <br>
* <br> Note: Any Strings in the parameter toppingsList are considered toppings for this method,
* <br> including empty strings. This isn't considered defective behavior.
* @param toppingsList contains 0 or more pizza toppings
* @return the cost of a pizza based on the toppings found in toppingsList
*/
Expand Down

0 comments on commit 985473b

Please sign in to comment.