Answer: d) Avoid a neutral or buffered opening
Explanation: A newsletter is a piece of a report that is having knowledge about the activities of the business ,organizations,their members and owner etc.When the news letter contains contains a disappointing news it should not not have a buffered or neutral opening .The start of the news letter should not be impartial or prejudiced to make bad opening. Therefore, option(d)is the correct option.
Answer:
A
B
D
E
Explanation:
O to include new recipients
D to include a forgotten attachment
D to respond to a request from a recipient who accidentally deleted it
O to include missing information
Answer:
def insSort(arr):
ct=0;
for i in range(1, len(arr)):
key = arr[i]
j = i-1
while j >=0 and key < arr[j] :
arr[j+1] = arr[j]
j -= 1
ct=ct+1;
arr[j+1] = key
return arr,ct;
print(insSort([2,1]))
Output of the program is also attached.
Answer:#include<stdio.h>
int main(){
int i=1;
while(i<=10){
printf("%d \n",i);
i++;
}
return 0;
}
Explanation:
This is the program I coded on the while loop.
The answer to this question is B. Some people feel that the stock market is too risky for them.