Answer:
 public static void print_popcorn_time(int bag_ounces){
        if(bag_ounces<3){
            System.out.println("Too Small");
        }
        else if(bag_ounces>10){
            System.out.println("Too Large");
        }
        else{
            bag_ounces*=6;
            System.out.println(bag_ounces+" seconds");
        }
    }
Explanation:
Using Java prograamming Language.
The Method (function) print_popcorn_time is defined to accept a single parameter of type int
Using if...else if ....else statements it prints the expected output given in the question
A complete java program calling the method is given below
public class num6 {
    public static void main(String[] args) {
        int bagOunces = 7;
        print_popcorn_time(bagOunces);
    }
    public static void print_popcorn_time(int bag_ounces){
        if(bag_ounces<3){
            System.out.println("Too Small");
        }
        else if(bag_ounces>10){
            System.out.println("Too Large");
        }
        else{
            bag_ounces*=6;
            System.out.println(bag_ounces+" seconds");
        }
    }
}
 
        
             
        
        
        
Which is a multicast address ? 
 ans: 241.2.2.1
 
        
             
        
        
        
Answer:
C. Since he was hungry, she had a snack
Explanation:
So, you can say, " Claire is princes." In this "Claire happens to be the subject, " and Princes is the object. And apart from this a complete sentence must be enough to put forward a complete task. Now in C. we see complete thought is shared. Whereas in no other sentence complete thought has been revealed, and they are incomplete. And hence, the correct option is C.  
 
        
             
        
        
        
Deleting a character when you make a mistake and the print it without errors