I have to write a program to out put string good, bad, great depending on the user input. Here is the question
A party is good if both tea(int) and candy(int) are at least 5. However, if either tea or candy is at least double the amount of the other one, the party is great. However, in all cases, if either tea or candy is less than 5, the party is always bad.
here is what I have so far...