Can i see a map of what you are talking about
Javac test
Windows may require an absolute path for javac.
Answer:(Answers may vary.)
Initial shutter speed: 1/50 second
Initial aperture: f/8
Result: Dark/light image
Shutter speed: 1/30 second (if the original image is dark)
Aperture: f/8
Result: A lighter image
Shutter speed: 1/80 second (if the original image is light)
Aperture: f/8
Result: A darker image
Initial shutter speed: 1/50 second
Initial aperture: f/8
Result: Dark/light image
ISO: 400, 200, 100 (if the earlier image is overexposed)
ISO: 100, 200, 400 (if the earlier image is underexposed)
Explanation:
Answer:
weights = []
total = 0
max = 0
for i in range(5):
weight = float(input("Enter weight " + str(i+1) + ": "))
weights.append(weight)
total += weights[i]
if weights[i] > max:
max = weights[i]
average = total / 5
print("Your entered: " + str(weights))
print("Total weight: " + str(total))
print("Average weight: " + str(average))
print("Max weight: " + str(max))
Explanation:
Initialize the variables
Create a for loop that iterates 5 times
Get the values from the user
Put them inside the array
Calculate the total by adding each value to the total
Calculate the max value by comparing each value
When the loop is done, find the average - divide the total by 5
Print the results
It should be angled away from the wall like |\