Answer:
B. 1730 PST
Explanation:
First it is important to know that the flight lasted for 2 hours and 15 minutes, hence the first thing to do in this case is to add the duration of flight to the time of departure.
Time of departure = 1615 MST
Flight duration = 2:15
Hence we get 18:30 MST
Then we convert MST to PST by subtracting 1
1830 -1.00 = 1730 PST
Answer:
a good algorithm must be able to accept a set of defined input. Output: a good algorithm should be able to produce results as output, preferably solutions. Finiteness: the algorithm should have a stop after a certain number of instructions. Generality: the algorithm must apply to a set of defined inputs.Explanation:
Answer:
tuple
Explanation:
at first its a dictionary but then it is reassigned to a tuple
don't forget tuples are immutable