Which of the following programming scenarios would benefit most from the use of lists?

The programming scenarios which would benefit most from the use of lists is: B. writing a program to calculate statistics about a large set of exam scores (e.g highest/lowest score, median average score).
Computer programming involves the process of designing and developing an executable instructions (codes) or collection of data to perform a specific task.
In Computer programming, a list can be defined as an abstract data type that represents a finite number of either ordered or unordered values. Thus, a list can be used to perform the following tasks:
A computer program that is used to calculate statistics about a large set of exam scores (e.g highest/lowest score, median average score) would benefit most from the use of lists because it comprises a set of numerical values that can be sorted in either an ordered or unordered array.
Read more on lists here: https://brainly.com/question/15092271