package AA; import java.util.Scanner; public class ah { public static void main(String[] args){ int year=0,b; System.out.print("Enter the number of years:"); Scanner in=new Scanner(System.in); year=in.nextInt(); b=325932970; System.out.print("The population in"+" "+year+" "+"year is"+" "+b); }