n = int(input("How many numbers do you need to check? "))
even = 0
odd = 0
for x in range(n):
num = int(input("Enter number: "))
if num % 2 == 0:
even += 1
print(str(num) + " is an even number.")
else:
odd += 1
print(str(num) + " is an odd number.")
print("You entered " + str(even) + " even number(s).")
print("You entered " + str(odd) + " odd number(s).")
This works for me. Best of luck.
Answer: On the same page
Explanation:
The CRM is basically stand for the customer relationship management that are design to support all the relationship with the customers. It basically analysis the data about the customers to improve the relationship and growth in the organization.
All the employees in the organization are directly and indirectly server the customers are basically o the Same page by the individual computers.
The CRM approach are basically compile the given data from the different communication source such as company website, email and telephone.
Answer:b
Explanation: turning off your screen does nothing on the cyber side and people and companies can still access your internet history even while your screen is off