Question: List days _ list is created with three integers read from input. Using list methods, initialize: max _ value with the largest element of days
List dayslist is created with three integers read from input. Using list methods, initialize:
maxvalue with the largest element of dayslist.
lenvalue with the length of dayslist.
minvalue with the smallest value in dayslist.
Click here to show example
# Reads three values from input into dayslist
dayslist input int input
I Your code goes here
printfMax: maxvalue
printfList length: lenvalue
printfMin: minvalue
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
