Lag and loops because some ads are programmed to work that way.
idk im not a professional
Answer:
informative, discrimiitive,critical thats the order
Answer:
if (arr[i] > max) -> max3 = max2, max2 = max , max = arr[i]. else if (arr[i] > max2) -> max3 = max2, max2 = arr[i]. else if (arr[i] > max3) -> max3 = arr[i]. At the end of the loop, we will print all three values.
Answer:
ohhh ok to all transactions.
total = 0
for x in range(20, 91, 10):
total += x
print(total)
I hope this helps!