He can use the notes pane. The notes will show alongside the slides on his display, so that he can orally elaborate on them while the simpler slides are on the big screen.
Answer:
num_guesses = 3 #initialized number of guesses to 3
user_guesses = [] #declared the user_guesses array
guess = 0 #guess variable initialized to 0
print('Enter a number: ') #prompt telling the user to enter a number
while guess < num_guesses: #loop capturing input and storing into array
num = int(input())
user_guesses.append(num)
guess = guess + 1
#end of loop
print(user_guesses) #array outputted to user
Explanation:
The above program captures numbers from the user and stores into an array (user_guesses), the length of the array is determined by the value contained in the num_guesses variable, it prints the combined input as an array.
Answer:
C. 1280.245
Explanation:
1234.567 + 45.678 = 1280.245
Answer:
Glacier
Explanation:
Ferris is 6ºC (43ºF) in the winter. What is the source for most of the energy that causes this temperature?
Glacier at this period the temperature is extremely cold with much less CO2 in the atmosphere that can cause green house gas that is warming of the earth.
A communication over a distance by cable, telegraph, or broadcasting.