Answer:
Code below
Explanation:
n = int(input('Please enter n: '))#take input n
print('please enter the numbers')#print enter the numbers
total = 0 #intially take total as 0
original_total = 1 #intially take original_total=1
for i in range(2, n+1): #take the range 2 to n+1
total += int(input('Please enter a number: ')) # add total and enter the number
original_total += i
missing = original_total - total #you got missing number original_total - total
print('The missing number is: ' + str(missing)) # print missing number in the given data
Answer:
None of the given options
Explanation:
The sender initiates a message by encoding theidea (or a thought) in words or symbols and sends it to a receiver.
Answer:
The answer is b) Right-clicking the program icon, clicking Properties, and then applying the required settings on the Compatibility tab.
Explanation:
If you have to run an application on a specific operating system, you have to configure the compatibility by accessing in its Properties, then Compatibility tab, and configure the operating system properly.
Answer:
Privacy Policy
Explanation:
PRIVACY POLICY is the support function under Tech Mahindra that is governing data privacy and protection-related requirements.
Given that support functions are functions which assist and in a way contribute to the company goal.
Other support functions are human resources, training and development, salaries, IT, auditing, marketing, legal, accounting/credit control, and communications.
The above statement is based on the fact that the Privacy Policy clarifies all the data protection rights, such as the right to object to some of the production processes that TechM may carry out.