I am tasked with writing a nested branch that follows the following pattern: * if numberCups is greater 1 AND less than or equal to MAX_CUPS: * print numberCups + ” is a valid number of cups!” * * else: * print numberCups + ” is a not valid number of cups!” * print “PleaseRead more