Jack must use electronic communication or e-mail to distribute information and an attachment as quickly as possible to all their clients. In 1–2 sentences, describe what Jack should do. In this way, he can also retain a hard copy of the memo as well as the attachments used for future reference.
Answer:
Following are the program in c language
#include <stdio.h> // header file
int main() // main function
{
int runTimes[5]={800,775,790,805,808}; // declared the array
for (int k = 0; k < 3; k++) // itearting the loop
{
printf("\n%d",runTimes[k]); // display array
}
return 0;
}
Output:
800
775
790
Explanation:
Following are the description of program
- Declared a array "runTimes[5]" as the" int " type and store the five integer value in it .
- After that iterating the for loop from the 0 index to the less then 3 index .
- Inside the for loop we print the corresponding value that are stored in the particular index in the nextline .
Answer:
B- intangible ideas
Explanation:
The B. intangible ideas are the correct option certainly. By intangible items we mean Ideas, knowledge, talent, data, trade secret, and intellectual property is also a part of it like the trademarks, patents, and copyrights. And hence intellectual property is a kind of the B. intangible idea. Thus, B is the correct option.