Note that the given year is positive, the expressions for XXX, YYY, and ZZZ that will output the correct range is: "year > 0 / year > 100 / year > 200." (Option B). This is a Range Output exercise in programming.
In the context of the above exercise, range output is a string that specifies a range of values for the variable "year". The output would depend on the value of "year", and there are four possible outputs: "1-100", "101-200", "201-300", or "Other".
The above option is correct because the first condition, year > 0, will cover all positive values of the year.
The second condition, year > 100, will cover all values between 101 and 200.
The third condition, year > 200, will cover all values between 201 and 300.
If the year is not within any of these ranges, the final Else condition will output "Other".
Learn more about Output;
https://brainly.com/question/18891815
#SPJ1