package Tax_Calculation;
public class tax {
  public float tax_rate = 0.10f;
}