X4: teaParty Write a function in Java that implements the following logic: We are having a party with amounts of tea and candy. Return the int outcome of the party encoded as 0 = bad, 1 = good, or 2 =...


X4: teaParty<br>Write a function in Java that implements the following logic: We are having a party with amounts of tea and candy. Return the int<br>outcome of the party encoded as 0 = bad, 1 = good, or 2 = great. A party is good (1) if both tea and candy are at least 5. However, if<br>either tea or candy is at least double the amount of the other one, the party is great (2). However, in all cases, if either tea or candy<br>is less than 5, the party is always bad (0).<br>

Extracted text: X4: teaParty Write a function in Java that implements the following logic: We are having a party with amounts of tea and candy. Return the int outcome of the party encoded as 0 = bad, 1 = good, or 2 = great. A party is good (1) if both tea and candy are at least 5. However, if either tea or candy is at least double the amount of the other one, the party is great (2). However, in all cases, if either tea or candy is less than 5, the party is always bad (0).

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here