Majority verdict occurs when an unanimous verdict cannot occur.
 
        
             
        
        
        
import java.util.Scanner;
public class JavaApplication57 {
    
    public static void main(String[] args) {
        Scanner scan = new Scanner(System.in);
        System.out.println("Enter two numbers:");
        int num1 = scan.nextInt();
        int num2 = scan.nextInt();
        while (num1 <= num2){
           if (num1 %2 == 0){
               System.out.print(num1+" ");
           }
           num1+=1;
        }
    }
    
}
I hope this helps!
 
        
             
        
        
        
Answer:
x = int(input("What grade are you in? "))
if(x == 9):
   print("Freshman")
   
elif(x == 10):
   print("Sophomore")
   
elif(x == 11):
   print("Junior")
   
elif(x == 12):
   print("Senior")
   
else:
   print("Not in High School")
Explanation:
 
        
             
        
        
        
The second factor as it did not make travel easy at all