Answer:
Explanation:
The following code is written in Python and it is a function called filter, which takes in the requested inputs. It then places the threshold in its own variable and pops it out of the array of inputs. Then it loops through the array comparing each element with the threshold and printing out all of the ones that are less than or equal to the threshold.
def filter():
num_of_elements = input("Enter a number: ")
count = 0
arr_of_nums = []
while count <= int(num_of_elements):
arr_of_nums.append(input("Enter a number: "))
count += 1
threshold = arr_of_nums[-1]
arr_of_nums.pop(-1)
print(threshold)
for element in arr_of_nums:
if int(element) < int(threshold):
print(element)
else:
continue
Answer:
Same browser
Explanation:
A user saves a password on a website the user logs into from a desktop. As long as the the browser used is the same and the user has saved the password on the browser, it does not matter which device the user uses, the password would be saved on the website.
Therefore same browser is important for a website to save the password logged in from any other device.
I hope the answer was helpful.
Thanks for asking.
Answer:
The answer is "selective exposure".
Explanation:
It is a theory in psychology, that is sometimes used in marketing and advertising studies. It traditionally applies to the propensity of people to prefer evidence, that enhances existing previous views while ignoring conflicting information.
These types of approaches are occurring, when the people pursue knowledge and consistently express desires for solutions, that are associated with their beliefs, rather than incompatible.
Answer:
B. The Fibonacci series begins with 0 and 1, and each subsequent number is the sum of the preceding two numbers in the series.
Explanation: