In python:
i = 1
lst1 = ([])
lst2 = ([])
while i <= 5:
person1 = int(input("Enter the salary individual 1 got in year {}".format(i)))
person2 = int(input("Enter the salary individual 1 got in year {}".format(i)))
lst1.append(person1)
lst2.append(person2)
i += 1
if sum(lst1) > sum(lst2):
print("Individual 1 has the highest salary")
else:
print("Individual 2 has the highest salary")
This works correctly if the two individuals do not end up with the same salary overall.
Answer:
Subject matter experts
Explanation:
Because the security organization institutes the procedures and policies to be executed, they occupy the role of Subject matter expert.
A subject matter expert is a person with a thorough and deep knowledge of a particular process, function, technology, machine, material or type of equipment. Such a person is an expert on that subject.
Therefore the information security organization occupies the role of Subject matter expert.
An Address bus enables the cpu to communicate with a system's primary storage.
A web application starts when a client sends a request to a server