minValue:The smallest possible value that a variable can hold. It is commonly used for tracking and finding the minimum value among data points.
initialize: The act of assigning an initial or starting value to a variable, enabling it for use and manipulation throughout the program.
variable: A named storage location in computer memory holding data, with its content changeable during program execution.