Complete method print PopcornTime (), with int parameter bag Ounces, and void return type. If bag Ounces is less than 2, print "Too small". If greater than 10, print "Too large". Otherwise, compute and print 6 * bag Ounces followed by "seconds".
Answers (1)