What will be the output if a different class in the same package tries to access a public member variable of a class? public class Data { public int number = 42; }