package org.example; public class Constants { public static final float lowVat = 0.07f; public static final float highVat = 0.19f; }