//Test.java public class Test16{ public static void main(String args[]){ int age=28; System.out.println(age); } }