use the example on p. 355 of the text to create your own structure related to an overtime pay calculator and define the variables needed within your structure to perform those calculations.
Define and create a base class using the same variables that may serve the same function as the structure.
P355
BOOK Novel = { "Paneless Programming", // Initial value for Title "I.C. Fingers", // Initial value for Author "Gutter Press", // Initial value for Publisher 1981 // Initial value for Year };