jeudi 8 octobre 2015

The else is having an error in this program

package project;

import java.util.*;
public class age {

    public static void age()
    {
      Scanner console = new Scanner (System.in); 
      int age;
                    System.out.print("Enter age: ");
                    age = console.nextInt();

                    if (age>=18);
                    {
                    System.out.println("Legit to vote");
                    }else                   
                    System.out.println("Not Legit to vote");
    }
}

Aucun commentaire:

Enregistrer un commentaire