What is the result if you try to access a private variable from another class in the same package? public class Account { private double balance = 100.0; }