Create a partition using the Disk Management program and format the hard drive.
The first point will allow the hard drive to be put to use, and the second point will clear the hard drive completely so it's ready for use.
Answer:
B.) removing the saturation in a photograph intended as a magazine cover page
MaxNumber = 0
minNumber = INT_MAX
for n in list:
if( n > maxNumber):
maxNumber = n
elif( n < minNumber ):
minNumber = n