Answer:
C. Tasks are an action item in Outlook and are basically a to-do list.
Explanation:
A to-do List is just a list of tasks.
and I took the test and got it right
Answer: SCM
Explanation:
SCM stand for supply chain management system and it is amazon's competitive strategy. The amazon SCM is the strategic of being the retailer according to the customer's choice.
Inventory system for multi-tier is the major component for the amazon's SCM. The main key aspect for the amazon supply chain management is that it is responsible for development in the trade market over years.The amazon SCM are basically responsible for analysis all the major growth and productivity ij the market by using the supply chain management process.
Answer:
The second step, which is to analyze the problem, involves gathering information, sorting through relevant and irrelevant information, and evaluating the source of the problem.
Explanation:
Answer:
#include <iostream>
using namespace std;
int main()
{
int i = 45;
for ( i = 45; i <=165; i = i + 6)
cout << i << endl;
}
Explanation:
I corrected your code and highlighted the mistakes. Even though you wrote the correct algorithm, your code did not compile because of the typos you made.
Remember, C++ is a case-sensitive language. That means, "For" is not same as "for".
Generally, variables and keywords are written in lower case. Of course, there are exceptions, such as constant variables are all written in uppercase letter and class names start with an uppercase letter.
The way to respond to the theft of your identity cyber awareness is; To report the crime to the local commission which is the Federal Trade Commission (FTC).
<h3>Protection from Identity Theft</h3>
Identity Theft is basically a crime that happens happens when someone steals your personal information and uses it commit a fraudulent offence.
Now, the person that stole your identity may use the stolen information he got from you to apply for credit, file taxes, medical services or other government privileges.
The acts perpetuated above by the thief could lead to damage to your reputation with credit status and your good name too which could take years to rebuild.
Thus, it is very pertinent to report any case of such to the relevant government commission which in this case is Federal Trade Commission (FTC).
Read more about Identity Theft at; brainly.com/question/15252417