public class ParentClass{
    public static int num1;
    public static void dispMsg(){
        System.out.print("The number is: ");
    }
}