What is a scalar variable versus an array or list variable?
Types of VariablesScalar variables contain only one value at a time, and array variables contain a list of values.Correspondingly, what is the difference between an array and a variable?Array holds multiple values, whereas an ordinary variable hold a single value. Array holds multiple values, wherea...