// Name: // Student email id: // Student id number: // Program purpose: // public class TrainingZone { // main(): application entry point for displaying the training zone // for the person of interest public static void main(String[] args) { // Constants // Provide a suitable legend for the calculator // Prompt the user for the age // Extract the user-specified age // Compute the low heart beat rate // Compute the high heart beat rate // Display the training zone information } }