public class demoOne{ public static void main(String[] args){ int number=4; System.out.println(number + " is an integer"); } }