Problem
1. Assume that a variable called Now, of type Clock_Time, has been defined. Write the assignment statements necessary to store the time 8:37:28 into Now.
2. Define a hierarchical record data type called Interval that consists of two components of type Clock_Time. The components are called Past and Present.